Shades of Chathams Blue #2D5667
Tints of Chathams Blue #2D5667
RGB
CMYK
RGB Variations
Color information
#2D5667 (or 0x2D5667) is known color: Chathams Blue. HEX triplet: 2D, 56 and 67. RGB value is (45,86,103). Sum of RGB (Red+Green+Blue) = 45+86+103=234 (30% of max value = 765). Red value is 45 (17.97% from 255 or 19.23% from 234); Green value is 86 (33.98% from 255 or 36.75% from 234); Blue value is 103 (40.62% from 255 or 44.02% from 234); Max value from RGB is 103 - color contains mainly: blue. Hex color #2D5667 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2D5667 is #D2A998. Grayscale: #4B4B4B. Windows color (decimal): -13805977 or 6772269. OLE color: 6772269.
HSL color Cylindrical-coordinate representation of color #2D5667: hue angle of 197.59º 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 #2D5667 is Cyan = 0.56, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 45 | 86 | 103 | - |
| CMYK | 0.56 | 0.17 | 0 | 0.60 |
| HSL | 197.59º | 0.39% | 0.29% | - |
| HSV(B) | 197.59º | 0.56% | 0.4% | - |
| XYZ | 6.86 | 8.19 | 14.05 | - |
| YUV | 75.68 | 143.42 | 106.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 86 | 103 | 0.56 | 0.17 | 0 | 0.60 | 197.59 | 0.39 | 0.29 |
| Hex | 2D | 56 | 67 | 38 | 11 | 0 | 3C | C6 | 27 | 1D |
| Octal | 55 | 126 | 147 | 70 | 21 | 0 | 74 | 306 | 47 | 35 |
| Binary | 101101 | 1010110 | 1100111 | 111000 | 10001 | 0 | 111100 | 11000110 | 100111 | 11101 |
Color Harmonies of #2D5667
Complementary color
Monochromatic Colors of #2D5667
Black with #2D5667
Text Example
Text Example
White with #2D5667
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D5667; }
p { color: rgb(45,86,103); }
H1.HeaderClassName
{
color: #2D5667;
}
.AnyTagClassName
{
color: #2D5667;
}
</style>
background-color css
<style>
a { background-color: #2D5667; }
a { background-color: rgb(45,86,103); }
div.DivClassName
{
background-color: #2D5667;
}
.BgClassName
{
background-color: #2D5667;
}
</style>
border-color css
<style>
span { border-color: #2D5667; }
span { border-color: rgb(45,86,103); }
td.TdClassName
{
border-color: #2D5667;
}
.TagClassName
{
border-color: #2D5667;
}
</style>