Shades of Chathams Blue #2D5567
Tints of Chathams Blue #2D5567
RGB
CMYK
RGB Variations
Color information
#2D5567 (or 0x2D5567) is known color: Chathams Blue. HEX triplet: 2D, 55 and 67. RGB value is (45,85,103). Sum of RGB (Red+Green+Blue) = 45+85+103=233 (30% of max value = 765). Red value is 45 (17.97% from 255 or 19.31% from 233); Green value is 85 (33.59% from 255 or 36.48% from 233); Blue value is 103 (40.62% from 255 or 44.21% from 233); Max value from RGB is 103 - color contains mainly: blue. Hex color #2D5567 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2D5567 is #D2AA98. Grayscale: #4A4A4A. Windows color (decimal): -13806233 or 6772013. OLE color: 6772013.
HSL color Cylindrical-coordinate representation of color #2D5567: hue angle of 198.62º degrees, saturation: 0.39, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #2D5567 is Cyan = 0.56, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 45 | 85 | 103 | - |
| CMYK | 0.56 | 0.17 | 0 | 0.60 |
| HSL | 198.62º | 0.39% | 0.29% | - |
| HSV(B) | 198.62º | 0.56% | 0.4% | - |
| XYZ | 6.78 | 8.03 | 14.03 | - |
| YUV | 75.09 | 143.75 | 106.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 85 | 103 | 0.56 | 0.17 | 0 | 0.60 | 198.62 | 0.39 | 0.29 |
| Hex | 2D | 55 | 67 | 38 | 11 | 0 | 3C | C7 | 27 | 1D |
| Octal | 55 | 125 | 147 | 70 | 21 | 0 | 74 | 307 | 47 | 35 |
| Binary | 101101 | 1010101 | 1100111 | 111000 | 10001 | 0 | 111100 | 11000111 | 100111 | 11101 |
Color Harmonies of #2D5567
Complementary color
Monochromatic Colors of #2D5567
Black with #2D5567
Text Example
Text Example
White with #2D5567
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D5567; }
p { color: rgb(45,85,103); }
H1.HeaderClassName
{
color: #2D5567;
}
.AnyTagClassName
{
color: #2D5567;
}
</style>
background-color css
<style>
a { background-color: #2D5567; }
a { background-color: rgb(45,85,103); }
div.DivClassName
{
background-color: #2D5567;
}
.BgClassName
{
background-color: #2D5567;
}
</style>
border-color css
<style>
span { border-color: #2D5567; }
span { border-color: rgb(45,85,103); }
td.TdClassName
{
border-color: #2D5567;
}
.TagClassName
{
border-color: #2D5567;
}
</style>