#2F5591

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

Shades of Endeavour #2F5591

Tints of Endeavour #2F5591

Color information

#2F5591 (or 0x2F5591) is unknown color: approx Endeavour. HEX triplet: 2F, 55 and 91. RGB value is (47,85,145). Sum of RGB (Red+Green+Blue) = 47+85+145=277 (36% of max value = 765). Red value is 47 (18.75% from 255 or 16.97% from 277); Green value is 85 (33.59% from 255 or 30.69% from 277); Blue value is 145 (57.03% from 255 or 52.35% from 277); Max value from RGB is 145 - color contains mainly: blue. Hex color #2F5591 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2F5591 is #D0AA6E. Grayscale: #505050. Windows color (decimal): -13675119 or 9524527. OLE color: 9524527.

HSL color Cylindrical-coordinate representation of color #2F5591: hue angle of 216.73º 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 #2F5591 is Cyan = 0.68, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB4785145-
CMYK0.680.4100.43
HSL216.73º51.04%37.65%-
HSV(B)216.73º67.59%56.86%-
XYZ9.539.1528.05-
YUV80.48164.41104.12-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 16.97%
GREEN value IS 85 (33.59% from 255) = 30.69%
BLUE value IS 145 (57.03% from 255) = 52.35%
R=16.97%
G=30.69%
B=52.35%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal47851450.680.4100.43216.7351.0437.65
Hex2F5591442902Bd93326
Octal57125221104510533316346
Binary1011111010101100100011000100101001010101111011001110011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F5591

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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