Html Css Color HEX #2F5888 Endeavour

📋 copy color: '#2F5888'

red 47 ◦ green 88 ◦ blue 136

#2F5888
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Endeavour #2F5888

Tints of Endeavour #2F5888

RGB

 RED value IS 47 (18.75% from 255) = 17.34%

 GREEN value IS 88 (34.77% from 255) = 32.47%

 BLUE value IS 136 (53.52% from 255) = 50.18%

R = 17.34%
G = 32.47%
B = 50.18%

CMYK

 C value IS 0.65

 M value IS 0.35

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#2F5888 (or 0x2F5888) is known color: Endeavour. HEX triplet: 2F, 58 and 88. RGB value is (47,88,136). Sum of RGB (Red+Green+Blue) = 47+88+136=271 (35% of max value = 765). Red value is 47 (18.75% from 255 or 17.34% from 271); Green value is 88 (34.77% from 255 or 32.47% from 271); Blue value is 136 (53.52% from 255 or 50.18% from 271); Max value from RGB is 136 - color contains mainly: blue. Hex color #2F5888 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2F5888 is #D0A777. Grayscale: #505050. Windows color (decimal): -13674360 or 8935471. OLE color: 8935471.

HSL color Cylindrical-coordinate representation of color #2F5888: hue angle of 212.36º degrees, saturation: 0.49, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #2F5888 is Cyan = 0.65, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 47 88 136 -
CMYK 0.65 0.35 0 0.47
HSL 212.36º 0.49% 0.36% -
HSV(B) 212.36º 0.65% 0.53% -
XYZ 9.11 9.36 24.62 -
YUV 81.21 158.92 103.6 -
System Red Green Blue C M Y K H S L
Decimal 47 88 136 0.65 0.35 0 0.47 212.36 0.49 0.36
Hex 2F 58 88 41 23 0 2F D4 31 24
Octal 57 130 210 101 43 0 57 324 61 44
Binary 101111 1011000 10001000 1000001 100011 0 101111 11010100 110001 100100

Color Harmonies of #2F5888

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F5888

Black with #2F5888

Text Example


Text Example

White with #2F5888

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #2F5888;
 }
 .AnyTagClassName
 {
   color: #2F5888;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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