Shades of Chathams Blue #36556C
Tints of Chathams Blue #36556C
RGB
CMYK
RGB Variations
Color information
#36556C (or 0x36556C) is known color: Chathams Blue. HEX triplet: 36, 55 and 6C. RGB value is (54,85,108). Sum of RGB (Red+Green+Blue) = 54+85+108=247 (32% of max value = 765). Red value is 54 (21.48% from 255 or 21.86% from 247); Green value is 85 (33.59% from 255 or 34.41% from 247); Blue value is 108 (42.58% from 255 or 43.72% from 247); Max value from RGB is 108 - color contains mainly: blue. Hex color #36556C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #36556C is #C9AA93. Grayscale: #4E4E4E. Windows color (decimal): -13216404 or 7099702. OLE color: 7099702.
HSL color Cylindrical-coordinate representation of color #36556C: hue angle of 205.56º 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 #36556C is Cyan = 0.50, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 54 | 85 | 108 | - |
| CMYK | 0.50 | 0.21 | 0 | 0.58 |
| HSL | 205.56º | 0.33% | 0.32% | - |
| HSV(B) | 205.56º | 0.5% | 0.42% | - |
| XYZ | 7.48 | 8.36 | 15.41 | - |
| YUV | 78.35 | 144.73 | 110.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 85 | 108 | 0.50 | 0.21 | 0 | 0.58 | 205.56 | 0.33 | 0.32 |
| Hex | 36 | 55 | 6C | 32 | 15 | 0 | 3A | CE | 21 | 20 |
| Octal | 66 | 125 | 154 | 62 | 25 | 0 | 72 | 316 | 41 | 40 |
| Binary | 110110 | 1010101 | 1101100 | 110010 | 10101 | 0 | 111010 | 11001110 | 100001 | 100000 |
Color Harmonies of #36556C
Complementary color
Monochromatic Colors of #36556C
Black with #36556C
Text Example
Text Example
White with #36556C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36556C; }
p { color: rgb(54,85,108); }
H1.HeaderClassName
{
color: #36556C;
}
.AnyTagClassName
{
color: #36556C;
}
</style>
background-color css
<style>
a { background-color: #36556C; }
a { background-color: rgb(54,85,108); }
div.DivClassName
{
background-color: #36556C;
}
.BgClassName
{
background-color: #36556C;
}
</style>
border-color css
<style>
span { border-color: #36556C; }
span { border-color: rgb(54,85,108); }
td.TdClassName
{
border-color: #36556C;
}
.TagClassName
{
border-color: #36556C;
}
</style>