Shades of Chathams Blue #2C5773
Tints of Chathams Blue #2C5773
RGB
CMYK
RGB Variations
Color information
#2C5773 (or 0x2C5773) is known color: Chathams Blue. HEX triplet: 2C, 57 and 73. RGB value is (44,87,115). Sum of RGB (Red+Green+Blue) = 44+87+115=246 (32% of max value = 765). Red value is 44 (17.58% from 255 or 17.89% from 246); Green value is 87 (34.38% from 255 or 35.37% from 246); Blue value is 115 (45.31% from 255 or 46.75% from 246); Max value from RGB is 115 - color contains mainly: blue. Hex color #2C5773 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2C5773 is #D3A88C. Grayscale: #4D4D4D. Windows color (decimal): -13871245 or 7558956. OLE color: 7558956.
HSL color Cylindrical-coordinate representation of color #2C5773: hue angle of 203.66º degrees, saturation: 0.45, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #2C5773 is Cyan = 0.62, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 44 | 87 | 115 | - |
| CMYK | 0.62 | 0.24 | 0 | 0.55 |
| HSL | 203.66º | 0.45% | 0.31% | - |
| HSV(B) | 203.66º | 0.62% | 0.45% | - |
| XYZ | 7.54 | 8.59 | 17.48 | - |
| YUV | 77.34 | 149.25 | 104.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 87 | 115 | 0.62 | 0.24 | 0 | 0.55 | 203.66 | 0.45 | 0.31 |
| Hex | 2C | 57 | 73 | 3E | 18 | 0 | 37 | CC | 2D | 1F |
| Octal | 54 | 127 | 163 | 76 | 30 | 0 | 67 | 314 | 55 | 37 |
| Binary | 101100 | 1010111 | 1110011 | 111110 | 11000 | 0 | 110111 | 11001100 | 101101 | 11111 |
Color Harmonies of #2C5773
Complementary color
Monochromatic Colors of #2C5773
Black with #2C5773
Text Example
Text Example
White with #2C5773
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C5773; }
p { color: rgb(44,87,115); }
H1.HeaderClassName
{
color: #2C5773;
}
.AnyTagClassName
{
color: #2C5773;
}
</style>
background-color css
<style>
a { background-color: #2C5773; }
a { background-color: rgb(44,87,115); }
div.DivClassName
{
background-color: #2C5773;
}
.BgClassName
{
background-color: #2C5773;
}
</style>
border-color css
<style>
span { border-color: #2C5773; }
span { border-color: rgb(44,87,115); }
td.TdClassName
{
border-color: #2C5773;
}
.TagClassName
{
border-color: #2C5773;
}
</style>