#2F5593

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

Shades of Endeavour #2F5593

Tints of Endeavour #2F5593

Color information

#2F5593 (or 0x2F5593) is unknown color: approx Endeavour. HEX triplet: 2F, 55 and 93. RGB value is (47,85,147). Sum of RGB (Red+Green+Blue) = 47+85+147=279 (36% of max value = 765). Red value is 47 (18.75% from 255 or 16.85% from 279); Green value is 85 (33.59% from 255 or 30.47% from 279); Blue value is 147 (57.81% from 255 or 52.69% from 279); Max value from RGB is 147 - color contains mainly: blue. Hex color #2F5593 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2F5593 is #D0AA6C. Grayscale: #505050. Windows color (decimal): -13675117 or 9655599. OLE color: 9655599.

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

Color convert

RGB4785147-
CMYK0.680.4200.42
HSL217.2º51.55%38.04%-
HSV(B)217.2º68.03%57.65%-
XYZ9.699.2128.87-
YUV80.71165.41103.96-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 16.85%
GREEN value IS 85 (33.59% from 255) = 30.47%
BLUE value IS 147 (57.81% from 255) = 52.69%
R=16.85%
G=30.47%
B=52.69%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal47851470.680.4200.42217.251.5538.04
Hex2F5593442A02Ad93426
Octal57125223104520523316446
Binary1011111010101100100111000100101010010101011011001110100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F5593

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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