Html Css Color HEX #2F6088 Endeavour

📋 copy color: '#2F6088'

red 47 ◦ green 96 ◦ blue 136

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

Shades of Endeavour #2F6088

Tints of Endeavour #2F6088

RGB

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

 GREEN value IS 96 (37.89% from 255) = 34.41%

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

R = 16.85%
G = 34.41%
B = 48.75%

CMYK

 C value IS 0.65

 M value IS 0.29

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#2F6088 (or 0x2F6088) is known color: Endeavour. HEX triplet: 2F, 60 and 88. RGB value is (47,96,136). Sum of RGB (Red+Green+Blue) = 47+96+136=279 (36% of max value = 765). Red value is 47 (18.75% from 255 or 16.85% from 279); Green value is 96 (37.89% from 255 or 34.41% from 279); Blue value is 136 (53.52% from 255 or 48.75% from 279); Max value from RGB is 136 - color contains mainly: blue. Hex color #2F6088 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2F6088 is #D09F77. Grayscale: #555555. Windows color (decimal): -13672312 or 8937519. OLE color: 8937519.

HSL color Cylindrical-coordinate representation of color #2F6088: hue angle of 206.97º 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 #2F6088 is Cyan = 0.65, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 47 96 136 -
CMYK 0.65 0.29 0 0.47
HSL 206.97º 0.49% 0.36% -
HSV(B) 206.97º 0.65% 0.53% -
XYZ 9.8 10.75 24.85 -
YUV 85.91 156.27 100.25 -
System Red Green Blue C M Y K H S L
Decimal 47 96 136 0.65 0.29 0 0.47 206.97 0.49 0.36
Hex 2F 60 88 41 1D 0 2F CF 31 24
Octal 57 140 210 101 35 0 57 317 61 44
Binary 101111 1100000 10001000 1000001 11101 0 101111 11001111 110001 100100

Color Harmonies of #2F6088

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F6088

Black with #2F6088

Text Example


Text Example

White with #2F6088

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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