Shades of Chathams Blue #32526C
Tints of Chathams Blue #32526C
RGB
CMYK
RGB Variations
Color information
#32526C (or 0x32526C) is known color: Chathams Blue. HEX triplet: 32, 52 and 6C. RGB value is (50,82,108). Sum of RGB (Red+Green+Blue) = 50+82+108=240 (31% of max value = 765). Red value is 50 (19.92% from 255 or 20.83% from 240); Green value is 82 (32.42% from 255 or 34.17% 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 #32526C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #32526C is #CDAD93. Grayscale: #4B4B4B. Windows color (decimal): -13479316 or 7098930. OLE color: 7098930.
HSL color Cylindrical-coordinate representation of color #32526C: hue angle of 206.9º degrees, saturation: 0.37, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #32526C is Cyan = 0.54, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 50 | 82 | 108 | - |
| CMYK | 0.54 | 0.24 | 0 | 0.58 |
| HSL | 206.9º | 0.37% | 0.31% | - |
| HSV(B) | 206.9º | 0.54% | 0.42% | - |
| XYZ | 7.04 | 7.8 | 15.32 | - |
| YUV | 75.4 | 146.4 | 109.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 82 | 108 | 0.54 | 0.24 | 0 | 0.58 | 206.9 | 0.37 | 0.31 |
| Hex | 32 | 52 | 6C | 36 | 18 | 0 | 3A | CF | 25 | 1F |
| Octal | 62 | 122 | 154 | 66 | 30 | 0 | 72 | 317 | 45 | 37 |
| Binary | 110010 | 1010010 | 1101100 | 110110 | 11000 | 0 | 111010 | 11001111 | 100101 | 11111 |
Color Harmonies of #32526C
Complementary color
Monochromatic Colors of #32526C
Black with #32526C
Text Example
Text Example
White with #32526C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32526C; }
p { color: rgb(50,82,108); }
H1.HeaderClassName
{
color: #32526C;
}
.AnyTagClassName
{
color: #32526C;
}
</style>
background-color css
<style>
a { background-color: #32526C; }
a { background-color: rgb(50,82,108); }
div.DivClassName
{
background-color: #32526C;
}
.BgClassName
{
background-color: #32526C;
}
</style>
border-color css
<style>
span { border-color: #32526C; }
span { border-color: rgb(50,82,108); }
td.TdClassName
{
border-color: #32526C;
}
.TagClassName
{
border-color: #32526C;
}
</style>