Html Css Color HEX #2D576D Chathams Blue

📋 copy color: '#2D576D'

red 45 ◦ green 87 ◦ blue 109

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

Shades of Chathams Blue #2D576D

Tints of Chathams Blue #2D576D

RGB

 RED value IS 45 (17.97% from 255) = 18.67%

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

 BLUE value IS 109 (42.97% from 255) = 45.23%

R = 18.67%
G = 36.1%
B = 45.23%

CMYK

 C value IS 0.59

 M value IS 0.20

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#2D576D (or 0x2D576D) is known color: Chathams Blue. HEX triplet: 2D, 57 and 6D. RGB value is (45,87,109). Sum of RGB (Red+Green+Blue) = 45+87+109=241 (31% of max value = 765). Red value is 45 (17.97% from 255 or 18.67% from 241); Green value is 87 (34.38% from 255 or 36.10% from 241); Blue value is 109 (42.97% from 255 or 45.23% from 241); Max value from RGB is 109 - color contains mainly: blue. Hex color #2D576D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2D576D is #D2A892. Grayscale: #4C4C4C. Windows color (decimal): -13805715 or 7165741. OLE color: 7165741.

HSL color Cylindrical-coordinate representation of color #2D576D: hue angle of 200.62º degrees, saturation: 0.42, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #2D576D is Cyan = 0.59, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 45 87 109 -
CMYK 0.59 0.20 0 0.57
HSL 200.63º 0.42% 0.3% -
HSV(B) 200.63º 0.59% 0.43% -
XYZ 7.25 8.48 15.72 -
YUV 76.95 146.09 105.21 -
System Red Green Blue C M Y K H S L
Decimal 45 87 109 0.59 0.20 0 0.57 200.63 0.42 0.3
Hex 2D 57 6D 3B 14 0 39 C9 2A 1E
Octal 55 127 155 73 24 0 71 311 52 36
Binary 101101 1010111 1101101 111011 10100 0 111001 11001001 101010 11110

Color Harmonies of #2D576D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D576D

Black with #2D576D

Text Example


Text Example

White with #2D576D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,87,109); }

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

background-color css

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

 a { background-color: rgb(45,87,109); }

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

border-color css

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

 span { border-color: rgb(45,87,109); }

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