Shades of Chathams Blue #2C5867
Tints of Chathams Blue #2C5867
RGB
CMYK
RGB Variations
Color information
#2C5867 (or 0x2C5867) is known color: Chathams Blue. HEX triplet: 2C, 58 and 67. RGB value is (44,88,103). Sum of RGB (Red+Green+Blue) = 44+88+103=235 (31% of max value = 765). Red value is 44 (17.58% from 255 or 18.72% from 235); Green value is 88 (34.77% from 255 or 37.45% from 235); Blue value is 103 (40.62% from 255 or 43.83% from 235); Max value from RGB is 103 - color contains mainly: blue. Hex color #2C5867 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2C5867 is #D3A798. Grayscale: #4C4C4C. Windows color (decimal): -13871001 or 6772780. OLE color: 6772780.
HSL color Cylindrical-coordinate representation of color #2C5867: hue angle of 195.25º 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 #2C5867 is Cyan = 0.57, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 44 | 88 | 103 | - |
| CMYK | 0.57 | 0.15 | 0 | 0.60 |
| HSL | 195.25º | 0.4% | 0.29% | - |
| HSV(B) | 195.25º | 0.57% | 0.4% | - |
| XYZ | 6.98 | 8.49 | 14.1 | - |
| YUV | 76.55 | 142.92 | 104.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 88 | 103 | 0.57 | 0.15 | 0 | 0.60 | 195.25 | 0.4 | 0.29 |
| Hex | 2C | 58 | 67 | 39 | F | 0 | 3C | C3 | 28 | 1D |
| Octal | 54 | 130 | 147 | 71 | 17 | 0 | 74 | 303 | 50 | 35 |
| Binary | 101100 | 1011000 | 1100111 | 111001 | 1111 | 0 | 111100 | 11000011 | 101000 | 11101 |
Color Harmonies of #2C5867
Complementary color
Monochromatic Colors of #2C5867
Black with #2C5867
Text Example
Text Example
White with #2C5867
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C5867; }
p { color: rgb(44,88,103); }
H1.HeaderClassName
{
color: #2C5867;
}
.AnyTagClassName
{
color: #2C5867;
}
</style>
background-color css
<style>
a { background-color: #2C5867; }
a { background-color: rgb(44,88,103); }
div.DivClassName
{
background-color: #2C5867;
}
.BgClassName
{
background-color: #2C5867;
}
</style>
border-color css
<style>
span { border-color: #2C5867; }
span { border-color: rgb(44,88,103); }
td.TdClassName
{
border-color: #2C5867;
}
.TagClassName
{
border-color: #2C5867;
}
</style>