Shades of Chathams Blue #2C5766
Tints of Chathams Blue #2C5766
RGB
CMYK
RGB Variations
Color information
#2C5766 (or 0x2C5766) is known color: Chathams Blue. HEX triplet: 2C, 57 and 66. RGB value is (44,87,102). Sum of RGB (Red+Green+Blue) = 44+87+102=233 (30% of max value = 765). Red value is 44 (17.58% from 255 or 18.88% from 233); Green value is 87 (34.38% from 255 or 37.34% from 233); Blue value is 102 (40.23% from 255 or 43.78% from 233); Max value from RGB is 102 - color contains mainly: blue. Hex color #2C5766 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2C5766 is #D3A899. Grayscale: #4B4B4B. Windows color (decimal): -13871258 or 6706988. OLE color: 6706988.
HSL color Cylindrical-coordinate representation of color #2C5766: hue angle of 195.52º 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 #2C5766 is Cyan = 0.57, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 44 | 87 | 102 | - |
| CMYK | 0.57 | 0.15 | 0 | 0.6 |
| HSL | 195.52º | 0.4% | 0.29% | - |
| HSV(B) | 195.52º | 0.57% | 0.4% | - |
| XYZ | 6.85 | 8.31 | 13.81 | - |
| YUV | 75.85 | 142.75 | 105.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 87 | 102 | 0.57 | 0.15 | 0 | 0.6 | 195.52 | 0.4 | 0.29 |
| Hex | 2C | 57 | 66 | 39 | F | 0 | 3C | C4 | 28 | 1D |
| Octal | 54 | 127 | 146 | 71 | 17 | 0 | 74 | 304 | 50 | 35 |
| Binary | 101100 | 1010111 | 1100110 | 111001 | 1111 | 0 | 111100 | 11000100 | 101000 | 11101 |
Color Harmonies of #2C5766
Complementary color
Monochromatic Colors of #2C5766
Black with #2C5766
Text Example
Text Example
White with #2C5766
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C5766; }
p { color: rgb(44,87,102); }
H1.HeaderClassName
{
color: #2C5766;
}
.AnyTagClassName
{
color: #2C5766;
}
</style>
background-color css
<style>
a { background-color: #2C5766; }
a { background-color: rgb(44,87,102); }
div.DivClassName
{
background-color: #2C5766;
}
.BgClassName
{
background-color: #2C5766;
}
</style>
border-color css
<style>
span { border-color: #2C5766; }
span { border-color: rgb(44,87,102); }
td.TdClassName
{
border-color: #2C5766;
}
.TagClassName
{
border-color: #2C5766;
}
</style>