Shades of Chathams Blue #33536C
Tints of Chathams Blue #33536C
RGB
CMYK
RGB Variations
Color information
#33536C (or 0x33536C) is known color: Chathams Blue. HEX triplet: 33, 53 and 6C. RGB value is (51,83,108). Sum of RGB (Red+Green+Blue) = 51+83+108=242 (32% of max value = 765). Red value is 51 (20.31% from 255 or 21.07% from 242); Green value is 83 (32.81% from 255 or 34.30% from 242); Blue value is 108 (42.58% from 255 or 44.63% from 242); Max value from RGB is 108 - color contains mainly: blue. Hex color #33536C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #33536C is #CCAC93. Grayscale: #4C4C4C. Windows color (decimal): -13413524 or 7099187. OLE color: 7099187.
HSL color Cylindrical-coordinate representation of color #33536C: hue angle of 206.32º 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 #33536C is Cyan = 0.53, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 51 | 83 | 108 | - |
| CMYK | 0.53 | 0.23 | 0 | 0.58 |
| HSL | 206.32º | 0.36% | 0.31% | - |
| HSV(B) | 206.32º | 0.53% | 0.42% | - |
| XYZ | 7.17 | 7.97 | 15.35 | - |
| YUV | 76.28 | 145.9 | 109.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 83 | 108 | 0.53 | 0.23 | 0 | 0.58 | 206.32 | 0.36 | 0.31 |
| Hex | 33 | 53 | 6C | 35 | 17 | 0 | 3A | CE | 24 | 1F |
| Octal | 63 | 123 | 154 | 65 | 27 | 0 | 72 | 316 | 44 | 37 |
| Binary | 110011 | 1010011 | 1101100 | 110101 | 10111 | 0 | 111010 | 11001110 | 100100 | 11111 |
Color Harmonies of #33536C
Complementary color
Monochromatic Colors of #33536C
Black with #33536C
Text Example
Text Example
White with #33536C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33536C; }
p { color: rgb(51,83,108); }
H1.HeaderClassName
{
color: #33536C;
}
.AnyTagClassName
{
color: #33536C;
}
</style>
background-color css
<style>
a { background-color: #33536C; }
a { background-color: rgb(51,83,108); }
div.DivClassName
{
background-color: #33536C;
}
.BgClassName
{
background-color: #33536C;
}
</style>
border-color css
<style>
span { border-color: #33536C; }
span { border-color: rgb(51,83,108); }
td.TdClassName
{
border-color: #33536C;
}
.TagClassName
{
border-color: #33536C;
}
</style>