Html Css Color HEX #2F576C Chathams Blue

📋 copy color: '#2F576C'

red 47 ◦ green 87 ◦ blue 108

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

Shades of Chathams Blue #2F576C

Tints of Chathams Blue #2F576C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 44.63%

R = 19.42%
G = 35.95%
B = 44.63%

CMYK

 C value IS 0.56

 M value IS 0.19

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#2F576C (or 0x2F576C) is known color: Chathams Blue. HEX triplet: 2F, 57 and 6C. RGB value is (47,87,108). Sum of RGB (Red+Green+Blue) = 47+87+108=242 (32% of max value = 765). Red value is 47 (18.75% from 255 or 19.42% from 242); Green value is 87 (34.38% from 255 or 35.95% from 242); Blue value is 108 (42.58% from 255 or 44.63% from 242); Max value from RGB is 108 - color contains mainly: blue. Hex color #2F576C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2F576C is #D0A893. Grayscale: #4D4D4D. Windows color (decimal): -13674644 or 7100207. OLE color: 7100207.

HSL color Cylindrical-coordinate representation of color #2F576C: hue angle of 200.66º degrees, saturation: 0.39, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #2F576C is Cyan = 0.56, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 47 87 108 -
CMYK 0.56 0.19 0 0.58
HSL 200.66º 0.39% 0.3% -
HSV(B) 200.66º 0.56% 0.42% -
XYZ 7.29 8.5 15.44 -
YUV 77.43 145.25 106.29 -
System Red Green Blue C M Y K H S L
Decimal 47 87 108 0.56 0.19 0 0.58 200.66 0.39 0.3
Hex 2F 57 6C 38 13 0 3A C9 27 1E
Octal 57 127 154 70 23 0 72 311 47 36
Binary 101111 1010111 1101100 111000 10011 0 111010 11001001 100111 11110

Color Harmonies of #2F576C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F576C

Black with #2F576C

Text Example


Text Example

White with #2F576C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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