#2A4F94

Color #2A4F94 Endeavour (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Endeavour #2A4F94

Tints of Endeavour #2A4F94

Color information

#2A4F94 (or 0x2A4F94) is unknown color: approx Endeavour. HEX triplet: 2A, 4F and 94. RGB value is (42,79,148). Sum of RGB (Red+Green+Blue) = 42+79+148=269 (35% of max value = 765). Red value is 42 (16.80% from 255 or 15.61% from 269); Green value is 79 (31.25% from 255 or 29.37% from 269); Blue value is 148 (58.20% from 255 or 55.02% from 269); Max value from RGB is 148 - color contains mainly: blue. Hex color #2A4F94 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2A4F94 is #D5B06B. Grayscale: #4B4B4B. Windows color (decimal): -14004332 or 9719594. OLE color: 9719594.

HSL color Cylindrical-coordinate representation of color #2A4F94: hue angle of 219.06º degrees, saturation: 0.56, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2A4F94 is Cyan = 0.72, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB4279148-
CMYK0.720.4700.42
HSL219.06º55.79%37.25%-
HSV(B)219.06º71.62%58.04%-
XYZ9.18.2229.12-
YUV75.8168.74103.89-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 42 (16.80% from 255) = 15.61%
GREEN value IS 79 (31.25% from 255) = 29.37%
BLUE value IS 148 (58.20% from 255) = 55.02%
R=15.61%
G=29.37%
B=55.02%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal42791480.720.4700.42219.0655.7937.25
Hex2A4F94482F02Adb3825
Octal52117224110570523337045
Binary1010101001111100101001001000101111010101011011011111000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A4F94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2A4F94; }

 p { color: rgb(42,79,148); }

 H1.HeaderClassName
 {
   color: #2A4F94;
 }
 .AnyTagClassName
 {
   color: #2A4F94;
 }
</style>
background-color css

<style>
 a { background-color: #2A4F94; }

 a { background-color: rgb(42,79,148); }

 div.DivClassName
 {
   background-color: #2A4F94;
 }
 .BgClassName
 {
   background-color: #2A4F94;
 }
</style>
border-color css

<style>
 span { border-color: #2A4F94; }

 span { border-color: rgb(42,79,148); }

 td.TdClassName
 {
   border-color: #2A4F94;
 }
 .TagClassName
 {
   border-color: #2A4F94;
 }
</style>