#2F5994

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

Shades of Endeavour #2F5994

Tints of Endeavour #2F5994

Color information

#2F5994 (or 0x2F5994) is unknown color: approx Endeavour. HEX triplet: 2F, 59 and 94. RGB value is (47,89,148). Sum of RGB (Red+Green+Blue) = 47+89+148=284 (37% of max value = 765). Red value is 47 (18.75% from 255 or 16.55% from 284); Green value is 89 (35.16% from 255 or 31.34% from 284); Blue value is 148 (58.20% from 255 or 52.11% from 284); Max value from RGB is 148 - color contains mainly: blue. Hex color #2F5994 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2F5994 is #D0A66B. Grayscale: #525252. Windows color (decimal): -13674092 or 9722159. OLE color: 9722159.

HSL color Cylindrical-coordinate representation of color #2F5994: hue angle of 215.05º degrees, saturation: 0.52, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #2F5994 is Cyan = 0.68, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB4789148-
CMYK0.680.4000.42
HSL215.05º51.79%38.24%-
HSV(B)215.05º68.24%58.04%-
XYZ10.099.8929.39-
YUV83.17164.59102.2-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 16.55%
GREEN value IS 89 (35.16% from 255) = 31.34%
BLUE value IS 148 (58.20% from 255) = 52.11%
R=16.55%
G=31.34%
B=52.11%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal47891480.680.4000.42215.0551.7938.24
Hex2F5994442802Ad73426
Octal57131224104500523276446
Binary1011111011001100101001000100101000010101011010111110100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F5994

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,89,148); }

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

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

 a { background-color: rgb(47,89,148); }

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

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

 span { border-color: rgb(47,89,148); }

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