#2b579c

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

Shades of Endeavour #2B579C

Tints of Endeavour #2B579C

Color information

#2B579C (or 0x2B579C) is unknown color: approx Endeavour. HEX triplet: 2B, 57 and 9C. RGB value is (43,87,156). Sum of RGB (Red+Green+Blue) = 43+87+156=286 (37% of max value = 765). Red value is 43 (17.19% from 255 or 15.03% from 286); Green value is 87 (34.38% from 255 or 30.42% from 286); Blue value is 156 (61.33% from 255 or 54.55% from 286); Max value from RGB is 156 - color contains mainly: blue. Hex color #2B579C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2B579C is #D4A863. Grayscale: #515151. Windows color (decimal): -13936740 or 10245931. OLE color: 10245931.

HSL color Cylindrical-coordinate representation of color #2B579C: hue angle of 216.64º degrees, saturation: 0.57, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2B579C is Cyan = 0.72, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB4387156-
CMYK0.720.4400.39
HSL216.64º56.78%39.02%-
HSV(B)216.64º72.44%61.18%-
XYZ10.419.7332.78-
YUV81.71169.92100.39-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 15.03%
GREEN value IS 87 (34.38% from 255) = 30.42%
BLUE value IS 156 (61.33% from 255) = 54.55%
R=15.03%
G=30.42%
B=54.55%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal43871560.720.4400.39216.6456.7839.02
Hex2B579C482C027d93927
Octal53127234110540473317147
Binary1010111010111100111001001000101100010011111011001111001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2b579c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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