Html Css Color HEX #2F576E Chathams Blue

📋 copy color: '#2F576E'

red 47 ◦ green 87 ◦ blue 110

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

Shades of Chathams Blue #2F576E

Tints of Chathams Blue #2F576E

RGB

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

 GREEN value IS 87 (34.38% from 255) = 35.66%

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

R = 19.26%
G = 35.66%
B = 45.08%

CMYK

 C value IS 0.57

 M value IS 0.21

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#2F576E (or 0x2F576E) is known color: Chathams Blue. HEX triplet: 2F, 57 and 6E. RGB value is (47,87,110). Sum of RGB (Red+Green+Blue) = 47+87+110=244 (32% of max value = 765). Red value is 47 (18.75% from 255 or 19.26% from 244); Green value is 87 (34.38% from 255 or 35.66% from 244); Blue value is 110 (43.36% from 255 or 45.08% from 244); Max value from RGB is 110 - color contains mainly: blue. Hex color #2F576E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2F576E is #D0A891. Grayscale: #4D4D4D. Windows color (decimal): -13674642 or 7231279. OLE color: 7231279.

HSL color Cylindrical-coordinate representation of color #2F576E: hue angle of 201.9º 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 #2F576E is Cyan = 0.57, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 47 87 110 -
CMYK 0.57 0.21 0 0.57
HSL 201.9º 0.4% 0.31% -
HSV(B) 201.9º 0.57% 0.43% -
XYZ 7.39 8.55 16.01 -
YUV 77.66 146.25 106.13 -
System Red Green Blue C M Y K H S L
Decimal 47 87 110 0.57 0.21 0 0.57 201.9 0.4 0.31
Hex 2F 57 6E 39 15 0 39 CA 28 1F
Octal 57 127 156 71 25 0 71 312 50 37
Binary 101111 1010111 1101110 111001 10101 0 111001 11001010 101000 11111

Color Harmonies of #2F576E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F576E

Black with #2F576E

Text Example


Text Example

White with #2F576E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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