Shades of Chathams Blue #2C526A
Tints of Chathams Blue #2C526A
RGB
CMYK
RGB Variations
Color information
#2C526A (or 0x2C526A) is known color: Chathams Blue. HEX triplet: 2C, 52 and 6A. RGB value is (44,82,106). Sum of RGB (Red+Green+Blue) = 44+82+106=232 (30% of max value = 765). Red value is 44 (17.58% from 255 or 18.97% from 232); Green value is 82 (32.42% from 255 or 35.34% from 232); Blue value is 106 (41.80% from 255 or 45.69% from 232); Max value from RGB is 106 - color contains mainly: blue. Hex color #2C526A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2C526A is #D3AD95. Grayscale: #494949. Windows color (decimal): -13872534 or 6967852. OLE color: 6967852.
HSL color Cylindrical-coordinate representation of color #2C526A: hue angle of 203.23º degrees, saturation: 0.41, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #2C526A is Cyan = 0.58, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 44 | 82 | 106 | - |
| CMYK | 0.58 | 0.23 | 0 | 0.58 |
| HSL | 203.23º | 0.41% | 0.29% | - |
| HSV(B) | 203.23º | 0.58% | 0.42% | - |
| XYZ | 6.66 | 7.61 | 14.75 | - |
| YUV | 73.37 | 146.41 | 107.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 82 | 106 | 0.58 | 0.23 | 0 | 0.58 | 203.23 | 0.41 | 0.29 |
| Hex | 2C | 52 | 6A | 3A | 17 | 0 | 3A | CB | 29 | 1D |
| Octal | 54 | 122 | 152 | 72 | 27 | 0 | 72 | 313 | 51 | 35 |
| Binary | 101100 | 1010010 | 1101010 | 111010 | 10111 | 0 | 111010 | 11001011 | 101001 | 11101 |
Color Harmonies of #2C526A
Complementary color
Monochromatic Colors of #2C526A
Black with #2C526A
Text Example
Text Example
White with #2C526A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C526A; }
p { color: rgb(44,82,106); }
H1.HeaderClassName
{
color: #2C526A;
}
.AnyTagClassName
{
color: #2C526A;
}
</style>
background-color css
<style>
a { background-color: #2C526A; }
a { background-color: rgb(44,82,106); }
div.DivClassName
{
background-color: #2C526A;
}
.BgClassName
{
background-color: #2C526A;
}
</style>
border-color css
<style>
span { border-color: #2C526A; }
span { border-color: rgb(44,82,106); }
td.TdClassName
{
border-color: #2C526A;
}
.TagClassName
{
border-color: #2C526A;
}
</style>