Shades of Chathams Blue #2D596D
Tints of Chathams Blue #2D596D
RGB
CMYK
RGB Variations
Color information
#2D596D (or 0x2D596D) is known color: Chathams Blue. HEX triplet: 2D, 59 and 6D. RGB value is (45,89,109). Sum of RGB (Red+Green+Blue) = 45+89+109=243 (32% of max value = 765). Red value is 45 (17.97% from 255 or 18.52% from 243); Green value is 89 (35.16% from 255 or 36.63% from 243); Blue value is 109 (42.97% from 255 or 44.86% from 243); Max value from RGB is 109 - color contains mainly: blue. Hex color #2D596D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2D596D is #D2A692. Grayscale: #4D4D4D. Windows color (decimal): -13805203 or 7166253. OLE color: 7166253.
HSL color Cylindrical-coordinate representation of color #2D596D: hue angle of 198.75º 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 #2D596D is Cyan = 0.59, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 45 | 89 | 109 | - |
| CMYK | 0.59 | 0.18 | 0 | 0.57 |
| HSL | 198.75º | 0.42% | 0.3% | - |
| HSV(B) | 198.75º | 0.59% | 0.43% | - |
| XYZ | 7.41 | 8.81 | 15.78 | - |
| YUV | 78.12 | 145.42 | 104.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 89 | 109 | 0.59 | 0.18 | 0 | 0.57 | 198.75 | 0.42 | 0.3 |
| Hex | 2D | 59 | 6D | 3B | 12 | 0 | 39 | C7 | 2A | 1E |
| Octal | 55 | 131 | 155 | 73 | 22 | 0 | 71 | 307 | 52 | 36 |
| Binary | 101101 | 1011001 | 1101101 | 111011 | 10010 | 0 | 111001 | 11000111 | 101010 | 11110 |
Color Harmonies of #2D596D
Complementary color
Monochromatic Colors of #2D596D
Black with #2D596D
Text Example
Text Example
White with #2D596D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D596D; }
p { color: rgb(45,89,109); }
H1.HeaderClassName
{
color: #2D596D;
}
.AnyTagClassName
{
color: #2D596D;
}
</style>
background-color css
<style>
a { background-color: #2D596D; }
a { background-color: rgb(45,89,109); }
div.DivClassName
{
background-color: #2D596D;
}
.BgClassName
{
background-color: #2D596D;
}
</style>
border-color css
<style>
span { border-color: #2D596D; }
span { border-color: rgb(45,89,109); }
td.TdClassName
{
border-color: #2D596D;
}
.TagClassName
{
border-color: #2D596D;
}
</style>