Shades of Chathams Blue #2D5971
Tints of Chathams Blue #2D5971
RGB
CMYK
RGB Variations
Color information
#2D5971 (or 0x2D5971) is known color: Chathams Blue. HEX triplet: 2D, 59 and 71. RGB value is (45,89,113). Sum of RGB (Red+Green+Blue) = 45+89+113=247 (32% of max value = 765). Red value is 45 (17.97% from 255 or 18.22% from 247); Green value is 89 (35.16% from 255 or 36.03% from 247); Blue value is 113 (44.53% from 255 or 45.75% from 247); Max value from RGB is 113 - color contains mainly: blue. Hex color #2D5971 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2D5971 is #D2A68E. Grayscale: #4E4E4E. Windows color (decimal): -13805199 or 7428397. OLE color: 7428397.
HSL color Cylindrical-coordinate representation of color #2D5971: hue angle of 201.18º degrees, saturation: 0.43, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #2D5971 is Cyan = 0.60, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 45 | 89 | 113 | - |
| CMYK | 0.60 | 0.21 | 0 | 0.56 |
| HSL | 201.18º | 0.43% | 0.31% | - |
| HSV(B) | 201.18º | 0.6% | 0.44% | - |
| XYZ | 7.64 | 8.89 | 16.94 | - |
| YUV | 78.58 | 147.42 | 104.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 89 | 113 | 0.60 | 0.21 | 0 | 0.56 | 201.18 | 0.43 | 0.31 |
| Hex | 2D | 59 | 71 | 3C | 15 | 0 | 38 | C9 | 2B | 1F |
| Octal | 55 | 131 | 161 | 74 | 25 | 0 | 70 | 311 | 53 | 37 |
| Binary | 101101 | 1011001 | 1110001 | 111100 | 10101 | 0 | 111000 | 11001001 | 101011 | 11111 |
Color Harmonies of #2D5971
Complementary color
Monochromatic Colors of #2D5971
Black with #2D5971
Text Example
Text Example
White with #2D5971
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D5971; }
p { color: rgb(45,89,113); }
H1.HeaderClassName
{
color: #2D5971;
}
.AnyTagClassName
{
color: #2D5971;
}
</style>
background-color css
<style>
a { background-color: #2D5971; }
a { background-color: rgb(45,89,113); }
div.DivClassName
{
background-color: #2D5971;
}
.BgClassName
{
background-color: #2D5971;
}
</style>
border-color css
<style>
span { border-color: #2D5971; }
span { border-color: rgb(45,89,113); }
td.TdClassName
{
border-color: #2D5971;
}
.TagClassName
{
border-color: #2D5971;
}
</style>