#2F6491

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

Shades of Endeavour #2F6491

Tints of Endeavour #2F6491

Color information

#2F6491 (or 0x2F6491) is unknown color: approx Endeavour. HEX triplet: 2F, 64 and 91. RGB value is (47,100,145). Sum of RGB (Red+Green+Blue) = 47+100+145=292 (38% of max value = 765). Red value is 47 (18.75% from 255 or 16.10% from 292); Green value is 100 (39.45% from 255 or 34.25% from 292); Blue value is 145 (57.03% from 255 or 49.66% from 292); Max value from RGB is 145 - color contains mainly: blue. Hex color #2F6491 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2F6491 is #D09B6E. Grayscale: #595959. Windows color (decimal): -13671279 or 9528367. OLE color: 9528367.

HSL color Cylindrical-coordinate representation of color #2F6491: hue angle of 207.55º degrees, saturation: 0.51, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #2F6491 is Cyan = 0.68, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB47100145-
CMYK0.680.3100.43
HSL207.55º51.04%37.65%-
HSV(B)207.55º67.59%56.86%-
XYZ10.8411.7628.49-
YUV89.28159.4497.84-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 16.10%
GREEN value IS 100 (39.45% from 255) = 34.25%
BLUE value IS 145 (57.03% from 255) = 49.66%
R=16.10%
G=34.25%
B=49.66%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal471001450.680.3100.43207.5551.0437.65
Hex2F6491441F02Bd03326
Octal57144221104370533206346
Binary101111110010010010001100010011111010101111010000110011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F6491

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,100,145); }

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

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

 a { background-color: rgb(47,100,145); }

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

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

 span { border-color: rgb(47,100,145); }

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