Html Css Color HEX #2F596E Chathams Blue

📋 copy color: '#2F596E'

red 47 ◦ green 89 ◦ blue 110

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

Shades of Chathams Blue #2F596E

Tints of Chathams Blue #2F596E

RGB

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

 GREEN value IS 89 (35.16% from 255) = 36.18%

 BLUE value IS 110 (43.36% from 255) = 44.72%

R = 19.11%
G = 36.18%
B = 44.72%

CMYK

 C value IS 0.57

 M value IS 0.19

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#2F596E (or 0x2F596E) is known color: Chathams Blue. HEX triplet: 2F, 59 and 6E. RGB value is (47,89,110). Sum of RGB (Red+Green+Blue) = 47+89+110=246 (32% of max value = 765). Red value is 47 (18.75% from 255 or 19.11% from 246); Green value is 89 (35.16% from 255 or 36.18% from 246); Blue value is 110 (43.36% from 255 or 44.72% from 246); Max value from RGB is 110 - color contains mainly: blue. Hex color #2F596E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2F596E is #D0A691. Grayscale: #4E4E4E. Windows color (decimal): -13674130 or 7231791. OLE color: 7231791.

HSL color Cylindrical-coordinate representation of color #2F596E: hue angle of 200º degrees, saturation: 0.4, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #2F596E is Cyan = 0.57, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 47 89 110 -
CMYK 0.57 0.19 0 0.57
HSL 200º 0.4% 0.31% -
HSV(B) 200º 0.57% 0.43% -
XYZ 7.56 8.87 16.07 -
YUV 78.84 145.59 105.29 -
System Red Green Blue C M Y K H S L
Decimal 47 89 110 0.57 0.19 0 0.57 200 0.4 0.31
Hex 2F 59 6E 39 13 0 39 C8 28 1F
Octal 57 131 156 71 23 0 71 310 50 37
Binary 101111 1011001 1101110 111001 10011 0 111001 11001000 101000 11111

Color Harmonies of #2F596E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F596E

Black with #2F596E

Text Example


Text Example

White with #2F596E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,89,110); }

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

background-color css

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

 a { background-color: rgb(47,89,110); }

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

border-color css

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

 span { border-color: rgb(47,89,110); }

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