Shades of Chathams Blue #2C586E
Tints of Chathams Blue #2C586E
RGB
CMYK
RGB Variations
Color information
#2C586E (or 0x2C586E) is known color: Chathams Blue. HEX triplet: 2C, 58 and 6E. RGB value is (44,88,110). Sum of RGB (Red+Green+Blue) = 44+88+110=242 (32% of max value = 765). Red value is 44 (17.58% from 255 or 18.18% from 242); Green value is 88 (34.77% from 255 or 36.36% from 242); Blue value is 110 (43.36% from 255 or 45.45% from 242); Max value from RGB is 110 - color contains mainly: blue. Hex color #2C586E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2C586E is #D3A791. Grayscale: #4D4D4D. Windows color (decimal): -13870994 or 7231532. OLE color: 7231532.
HSL color Cylindrical-coordinate representation of color #2C586E: hue angle of 200º degrees, saturation: 0.43, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #2C586E is Cyan = 0.6, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 44 | 88 | 110 | - |
| CMYK | 0.6 | 0.2 | 0 | 0.57 |
| HSL | 200º | 0.43% | 0.3% | - |
| HSV(B) | 200º | 0.6% | 0.43% | - |
| XYZ | 7.34 | 8.64 | 16.03 | - |
| YUV | 77.35 | 146.42 | 104.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 88 | 110 | 0.6 | 0.2 | 0 | 0.57 | 200 | 0.43 | 0.3 |
| Hex | 2C | 58 | 6E | 3C | 14 | 0 | 39 | C8 | 2B | 1E |
| Octal | 54 | 130 | 156 | 74 | 24 | 0 | 71 | 310 | 53 | 36 |
| Binary | 101100 | 1011000 | 1101110 | 111100 | 10100 | 0 | 111001 | 11001000 | 101011 | 11110 |
Color Harmonies of #2C586E
Complementary color
Monochromatic Colors of #2C586E
Black with #2C586E
Text Example
Text Example
White with #2C586E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C586E; }
p { color: rgb(44,88,110); }
H1.HeaderClassName
{
color: #2C586E;
}
.AnyTagClassName
{
color: #2C586E;
}
</style>
background-color css
<style>
a { background-color: #2C586E; }
a { background-color: rgb(44,88,110); }
div.DivClassName
{
background-color: #2C586E;
}
.BgClassName
{
background-color: #2C586E;
}
</style>
border-color css
<style>
span { border-color: #2C586E; }
span { border-color: rgb(44,88,110); }
td.TdClassName
{
border-color: #2C586E;
}
.TagClassName
{
border-color: #2C586E;
}
</style>