#2F5898

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

Shades of Endeavour #2F5898

Tints of Endeavour #2F5898

Color information

#2F5898 (or 0x2F5898) is unknown color: approx Endeavour. HEX triplet: 2F, 58 and 98. RGB value is (47,88,152). Sum of RGB (Red+Green+Blue) = 47+88+152=287 (38% of max value = 765). Red value is 47 (18.75% from 255 or 16.38% from 287); Green value is 88 (34.77% from 255 or 30.66% from 287); Blue value is 152 (59.77% from 255 or 52.96% from 287); Max value from RGB is 152 - color contains mainly: blue. Hex color #2F5898 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2F5898 is #D0A767. Grayscale: #525252. Windows color (decimal): -13674344 or 9984047. OLE color: 9984047.

HSL color Cylindrical-coordinate representation of color #2F5898: hue angle of 216.57º degrees, saturation: 0.53, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2F5898 is Cyan = 0.69, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB4788152-
CMYK0.690.4200.40
HSL216.57º52.76%39.02%-
HSV(B)216.57º69.08%59.61%-
XYZ10.339.8531.06-
YUV83.04166.92102.3-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 16.38%
GREEN value IS 88 (34.77% from 255) = 30.66%
BLUE value IS 152 (59.77% from 255) = 52.96%
R=16.38%
G=30.66%
B=52.96%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal47881520.690.4200.40216.5752.7639.02
Hex2F5898452A028d93527
Octal57130230105520503316547
Binary1011111011000100110001000101101010010100011011001110101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F5898

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,88,152); }

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

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

 a { background-color: rgb(47,88,152); }

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

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

 span { border-color: rgb(47,88,152); }

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