Shades of Chathams Blue #36546C
Tints of Chathams Blue #36546C
RGB
CMYK
RGB Variations
Color information
#36546C (or 0x36546C) is known color: Chathams Blue. HEX triplet: 36, 54 and 6C. RGB value is (54,84,108). Sum of RGB (Red+Green+Blue) = 54+84+108=246 (32% of max value = 765). Red value is 54 (21.48% from 255 or 21.95% from 246); Green value is 84 (33.20% from 255 or 34.15% from 246); Blue value is 108 (42.58% from 255 or 43.90% from 246); Max value from RGB is 108 - color contains mainly: blue. Hex color #36546C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #36546C is #C9AB93. Grayscale: #4D4D4D. Windows color (decimal): -13216660 or 7099446. OLE color: 7099446.
HSL color Cylindrical-coordinate representation of color #36546C: hue angle of 206.67º degrees, saturation: 0.33, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #36546C is Cyan = 0.50, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 54 | 84 | 108 | - |
| CMYK | 0.50 | 0.22 | 0 | 0.58 |
| HSL | 206.67º | 0.33% | 0.32% | - |
| HSV(B) | 206.67º | 0.5% | 0.42% | - |
| XYZ | 7.4 | 8.21 | 15.38 | - |
| YUV | 77.77 | 145.06 | 111.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 84 | 108 | 0.50 | 0.22 | 0 | 0.58 | 206.67 | 0.33 | 0.32 |
| Hex | 36 | 54 | 6C | 32 | 16 | 0 | 3A | CF | 21 | 20 |
| Octal | 66 | 124 | 154 | 62 | 26 | 0 | 72 | 317 | 41 | 40 |
| Binary | 110110 | 1010100 | 1101100 | 110010 | 10110 | 0 | 111010 | 11001111 | 100001 | 100000 |
Color Harmonies of #36546C
Complementary color
Monochromatic Colors of #36546C
Black with #36546C
Text Example
Text Example
White with #36546C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36546C; }
p { color: rgb(54,84,108); }
H1.HeaderClassName
{
color: #36546C;
}
.AnyTagClassName
{
color: #36546C;
}
</style>
background-color css
<style>
a { background-color: #36546C; }
a { background-color: rgb(54,84,108); }
div.DivClassName
{
background-color: #36546C;
}
.BgClassName
{
background-color: #36546C;
}
</style>
border-color css
<style>
span { border-color: #36546C; }
span { border-color: rgb(54,84,108); }
td.TdClassName
{
border-color: #36546C;
}
.TagClassName
{
border-color: #36546C;
}
</style>