#2B579E

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

Shades of Endeavour #2B579E

Tints of Endeavour #2B579E

Color information

#2B579E (or 0x2B579E) is unknown color: approx Endeavour. HEX triplet: 2B, 57 and 9E. RGB value is (43,87,158). Sum of RGB (Red+Green+Blue) = 43+87+158=288 (38% of max value = 765). Red value is 43 (17.19% from 255 or 14.93% from 288); Green value is 87 (34.38% from 255 or 30.21% from 288); Blue value is 158 (62.11% from 255 or 54.86% from 288); Max value from RGB is 158 - color contains mainly: blue. Hex color #2B579E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2B579E is #D4A861. Grayscale: #515151. Windows color (decimal): -13936738 or 10377003. OLE color: 10377003.

HSL color Cylindrical-coordinate representation of color #2B579E: hue angle of 217.04º degrees, saturation: 0.57, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2B579E is Cyan = 0.73, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB4387158-
CMYK0.730.4500.38
HSL217.04º57.21%39.41%-
HSV(B)217.04º72.78%61.96%-
XYZ10.589.833.68-
YUV81.94170.92100.23-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 14.93%
GREEN value IS 87 (34.38% from 255) = 30.21%
BLUE value IS 158 (62.11% from 255) = 54.86%
R=14.93%
G=30.21%
B=54.86%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal43871580.730.4500.38217.0457.2139.41
Hex2B579E492D026d93927
Octal53127236111550463317147
Binary1010111010111100111101001001101101010011011011001111001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B579E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,87,158); }

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

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

 a { background-color: rgb(43,87,158); }

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

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

 span { border-color: rgb(43,87,158); }

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