#2F579C

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

Shades of Endeavour #2F579C

Tints of Endeavour #2F579C

Color information

#2F579C (or 0x2F579C) is unknown color: approx Endeavour. HEX triplet: 2F, 57 and 9C. RGB value is (47,87,156). Sum of RGB (Red+Green+Blue) = 47+87+156=290 (38% of max value = 765). Red value is 47 (18.75% from 255 or 16.21% from 290); Green value is 87 (34.38% from 255 or 30% from 290); Blue value is 156 (61.33% from 255 or 53.79% from 290); Max value from RGB is 156 - color contains mainly: blue. Hex color #2F579C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2F579C is #D0A863. Grayscale: #525252. Windows color (decimal): -13674596 or 10245935. OLE color: 10245935.

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

Color convert

RGB4787156-
CMYK0.700.4400.39
HSL217.98º53.69%39.8%-
HSV(B)217.98º69.87%61.18%-
XYZ10.589.8232.79-
YUV82.91169.25102.39-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 16.21%
GREEN value IS 87 (34.38% from 255) = 30%
BLUE value IS 156 (61.33% from 255) = 53.79%
R=16.21%
G=30%
B=53.79%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal47871560.700.4400.39217.9853.6939.8
Hex2F579C462C027da3628
Octal57127234106540473326650
Binary1011111010111100111001000110101100010011111011010110110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F579C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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