Html Css Color HEX #2F6187 Endeavour

📋 copy color: '#2F6187'

red 47 ◦ green 97 ◦ blue 135

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

Shades of Endeavour #2F6187

Tints of Endeavour #2F6187

RGB

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

 GREEN value IS 97 (38.28% from 255) = 34.77%

 BLUE value IS 135 (53.13% from 255) = 48.39%

R = 16.85%
G = 34.77%
B = 48.39%

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

#2F6187 (or 0x2F6187) is known color: Endeavour. HEX triplet: 2F, 61 and 87. RGB value is (47,97,135). Sum of RGB (Red+Green+Blue) = 47+97+135=279 (36% of max value = 765). Red value is 47 (18.75% from 255 or 16.85% from 279); Green value is 97 (38.28% from 255 or 34.77% from 279); Blue value is 135 (53.12% from 255 or 48.39% from 279); Max value from RGB is 135 - color contains mainly: blue. Hex color #2F6187 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2F6187 is #D09E78. Grayscale: #565656. Windows color (decimal): -13672057 or 8872239. OLE color: 8872239.

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

Color convert

RGB 47 97 135 -
CMYK 0.65 0.28 0 0.47
HSL 205.91º 0.48% 0.36% -
HSV(B) 205.91º 0.65% 0.53% -
XYZ 9.82 10.9 24.51 -
YUV 86.38 155.44 99.91 -
System Red Green Blue C M Y K H S L
Decimal 47 97 135 0.65 0.28 0 0.47 205.91 0.48 0.36
Hex 2F 61 87 41 1C 0 2F CE 30 24
Octal 57 141 207 101 34 0 57 316 60 44
Binary 101111 1100001 10000111 1000001 11100 0 101111 11001110 110000 100100

Color Harmonies of #2F6187

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F6187

Black with #2F6187

Text Example


Text Example

White with #2F6187

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,97,135); }

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

background-color css

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

 a { background-color: rgb(47,97,135); }

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

border-color css

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

 span { border-color: rgb(47,97,135); }

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