Shades of Chathams Blue #2C5667
Tints of Chathams Blue #2C5667
RGB
CMYK
RGB Variations
Color information
#2C5667 (or 0x2C5667) is known color: Chathams Blue. HEX triplet: 2C, 56 and 67. RGB value is (44,86,103). Sum of RGB (Red+Green+Blue) = 44+86+103=233 (30% of max value = 765). Red value is 44 (17.58% from 255 or 18.88% from 233); Green value is 86 (33.98% from 255 or 36.91% 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 #2C5667 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2C5667 is #D3A998. Grayscale: #4B4B4B. Windows color (decimal): -13871513 or 6772268. OLE color: 6772268.
HSL color Cylindrical-coordinate representation of color #2C5667: hue angle of 197.29º degrees, saturation: 0.4, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #2C5667 is Cyan = 0.57, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 44 | 86 | 103 | - |
| CMYK | 0.57 | 0.17 | 0 | 0.60 |
| HSL | 197.29º | 0.4% | 0.29% | - |
| HSV(B) | 197.29º | 0.57% | 0.4% | - |
| XYZ | 6.81 | 8.17 | 14.05 | - |
| YUV | 75.38 | 143.59 | 105.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 86 | 103 | 0.57 | 0.17 | 0 | 0.60 | 197.29 | 0.4 | 0.29 |
| Hex | 2C | 56 | 67 | 39 | 11 | 0 | 3C | C5 | 28 | 1D |
| Octal | 54 | 126 | 147 | 71 | 21 | 0 | 74 | 305 | 50 | 35 |
| Binary | 101100 | 1010110 | 1100111 | 111001 | 10001 | 0 | 111100 | 11000101 | 101000 | 11101 |
Color Harmonies of #2C5667
Complementary color
Monochromatic Colors of #2C5667
Black with #2C5667
Text Example
Text Example
White with #2C5667
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C5667; }
p { color: rgb(44,86,103); }
H1.HeaderClassName
{
color: #2C5667;
}
.AnyTagClassName
{
color: #2C5667;
}
</style>
background-color css
<style>
a { background-color: #2C5667; }
a { background-color: rgb(44,86,103); }
div.DivClassName
{
background-color: #2C5667;
}
.BgClassName
{
background-color: #2C5667;
}
</style>
border-color css
<style>
span { border-color: #2C5667; }
span { border-color: rgb(44,86,103); }
td.TdClassName
{
border-color: #2C5667;
}
.TagClassName
{
border-color: #2C5667;
}
</style>