#2F6196

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

Shades of Endeavour #2F6196

Tints of Endeavour #2F6196

Color information

#2F6196 (or 0x2F6196) is unknown color: approx Endeavour. HEX triplet: 2F, 61 and 96. RGB value is (47,97,150). Sum of RGB (Red+Green+Blue) = 47+97+150=294 (38% of max value = 765). Red value is 47 (18.75% from 255 or 15.99% from 294); Green value is 97 (38.28% from 255 or 32.99% from 294); Blue value is 150 (58.98% from 255 or 51.02% from 294); Max value from RGB is 150 - color contains mainly: blue. Hex color #2F6196 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2F6196 is #D09E69. Grayscale: #575757. Windows color (decimal): -13672042 or 9855279. OLE color: 9855279.

HSL color Cylindrical-coordinate representation of color #2F6196: hue angle of 210.87º degrees, saturation: 0.52, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2F6196 is Cyan = 0.69, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB4797150-
CMYK0.690.3500.41
HSL210.87º52.28%38.63%-
HSV(B)210.87º68.67%58.82%-
XYZ10.9511.3630.47-
YUV88.09162.9498.69-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 15.99%
GREEN value IS 97 (38.28% from 255) = 32.99%
BLUE value IS 150 (58.98% from 255) = 51.02%
R=15.99%
G=32.99%
B=51.02%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal47971500.690.3500.41210.8752.2838.63
Hex2F61964523029d33427
Octal57141226105430513236447
Binary1011111100001100101101000101100011010100111010011110100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F6196

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,97,150); }

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

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

 a { background-color: rgb(47,97,150); }

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

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

 span { border-color: rgb(47,97,150); }

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