Shades of Chathams Blue #32566A
Tints of Chathams Blue #32566A
RGB
CMYK
RGB Variations
Color information
#32566A (or 0x32566A) is known color: Chathams Blue. HEX triplet: 32, 56 and 6A. RGB value is (50,86,106). Sum of RGB (Red+Green+Blue) = 50+86+106=242 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.66% from 242); Green value is 86 (33.98% from 255 or 35.54% from 242); Blue value is 106 (41.80% from 255 or 43.80% from 242); Max value from RGB is 106 - color contains mainly: blue. Hex color #32566A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #32566A is #CDA995. Grayscale: #4D4D4D. Windows color (decimal): -13478294 or 6968882. OLE color: 6968882.
HSL color Cylindrical-coordinate representation of color #32566A: hue angle of 201.43º degrees, saturation: 0.36, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #32566A is Cyan = 0.53, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 50 | 86 | 106 | - |
| CMYK | 0.53 | 0.19 | 0 | 0.58 |
| HSL | 201.43º | 0.36% | 0.31% | - |
| HSV(B) | 201.43º | 0.53% | 0.42% | - |
| XYZ | 7.24 | 8.37 | 14.87 | - |
| YUV | 77.52 | 144.07 | 108.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 86 | 106 | 0.53 | 0.19 | 0 | 0.58 | 201.43 | 0.36 | 0.31 |
| Hex | 32 | 56 | 6A | 35 | 13 | 0 | 3A | C9 | 24 | 1F |
| Octal | 62 | 126 | 152 | 65 | 23 | 0 | 72 | 311 | 44 | 37 |
| Binary | 110010 | 1010110 | 1101010 | 110101 | 10011 | 0 | 111010 | 11001001 | 100100 | 11111 |
Color Harmonies of #32566A
Complementary color
Monochromatic Colors of #32566A
Black with #32566A
Text Example
Text Example
White with #32566A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32566A; }
p { color: rgb(50,86,106); }
H1.HeaderClassName
{
color: #32566A;
}
.AnyTagClassName
{
color: #32566A;
}
</style>
background-color css
<style>
a { background-color: #32566A; }
a { background-color: rgb(50,86,106); }
div.DivClassName
{
background-color: #32566A;
}
.BgClassName
{
background-color: #32566A;
}
</style>
border-color css
<style>
span { border-color: #32566A; }
span { border-color: rgb(50,86,106); }
td.TdClassName
{
border-color: #32566A;
}
.TagClassName
{
border-color: #32566A;
}
</style>