Html Css Color HEX #2F6288 Endeavour

📋 copy color: '#2F6288'

red 47 ◦ green 98 ◦ blue 136

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

Shades of Endeavour #2F6288

Tints of Endeavour #2F6288

RGB

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

 GREEN value IS 98 (38.67% from 255) = 34.88%

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

R = 16.73%
G = 34.88%
B = 48.4%

CMYK

 C value IS 0.65

 M value IS 0.28

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#2F6288 (or 0x2F6288) is known color: Endeavour. HEX triplet: 2F, 62 and 88. RGB value is (47,98,136). Sum of RGB (Red+Green+Blue) = 47+98+136=281 (37% of max value = 765). Red value is 47 (18.75% from 255 or 16.73% from 281); Green value is 98 (38.67% from 255 or 34.88% from 281); Blue value is 136 (53.52% from 255 or 48.40% from 281); Max value from RGB is 136 - color contains mainly: blue. Hex color #2F6288 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2F6288 is #D09D77. Grayscale: #565656. Windows color (decimal): -13671800 or 8938031. OLE color: 8938031.

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

Color convert

RGB 47 98 136 -
CMYK 0.65 0.28 0 0.47
HSL 205.62º 0.49% 0.36% -
HSV(B) 205.62º 0.65% 0.53% -
XYZ 9.98 11.12 24.91 -
YUV 87.08 155.6 99.41 -
System Red Green Blue C M Y K H S L
Decimal 47 98 136 0.65 0.28 0 0.47 205.62 0.49 0.36
Hex 2F 62 88 41 1C 0 2F CE 31 24
Octal 57 142 210 101 34 0 57 316 61 44
Binary 101111 1100010 10001000 1000001 11100 0 101111 11001110 110001 100100

Color Harmonies of #2F6288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F6288

Black with #2F6288

Text Example


Text Example

White with #2F6288

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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