Shades of Chathams Blue #2C586C
Tints of Chathams Blue #2C586C
RGB
CMYK
RGB Variations
Color information
#2C586C (or 0x2C586C) is known color: Chathams Blue. HEX triplet: 2C, 58 and 6C. RGB value is (44,88,108). Sum of RGB (Red+Green+Blue) = 44+88+108=240 (31% of max value = 765). Red value is 44 (17.58% from 255 or 18.33% from 240); Green value is 88 (34.77% from 255 or 36.67% from 240); Blue value is 108 (42.58% from 255 or 45% from 240); Max value from RGB is 108 - color contains mainly: blue. Hex color #2C586C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2C586C is #D3A793. Grayscale: #4C4C4C. Windows color (decimal): -13870996 or 7100460. OLE color: 7100460.
HSL color Cylindrical-coordinate representation of color #2C586C: hue angle of 198.75º degrees, saturation: 0.42, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #2C586C is Cyan = 0.59, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 44 | 88 | 108 | - |
| CMYK | 0.59 | 0.19 | 0 | 0.58 |
| HSL | 198.75º | 0.42% | 0.3% | - |
| HSV(B) | 198.75º | 0.59% | 0.42% | - |
| XYZ | 7.24 | 8.6 | 15.47 | - |
| YUV | 77.12 | 145.42 | 104.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 88 | 108 | 0.59 | 0.19 | 0 | 0.58 | 198.75 | 0.42 | 0.3 |
| Hex | 2C | 58 | 6C | 3B | 13 | 0 | 3A | C7 | 2A | 1E |
| Octal | 54 | 130 | 154 | 73 | 23 | 0 | 72 | 307 | 52 | 36 |
| Binary | 101100 | 1011000 | 1101100 | 111011 | 10011 | 0 | 111010 | 11000111 | 101010 | 11110 |
Color Harmonies of #2C586C
Complementary color
Monochromatic Colors of #2C586C
Black with #2C586C
Text Example
Text Example
White with #2C586C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C586C; }
p { color: rgb(44,88,108); }
H1.HeaderClassName
{
color: #2C586C;
}
.AnyTagClassName
{
color: #2C586C;
}
</style>
background-color css
<style>
a { background-color: #2C586C; }
a { background-color: rgb(44,88,108); }
div.DivClassName
{
background-color: #2C586C;
}
.BgClassName
{
background-color: #2C586C;
}
</style>
border-color css
<style>
span { border-color: #2C586C; }
span { border-color: rgb(44,88,108); }
td.TdClassName
{
border-color: #2C586C;
}
.TagClassName
{
border-color: #2C586C;
}
</style>