Shades of Chathams Blue #31566D
Tints of Chathams Blue #31566D
RGB
CMYK
RGB Variations
Color information
#31566D (or 0x31566D) is known color: Chathams Blue. HEX triplet: 31, 56 and 6D. RGB value is (49,86,109). Sum of RGB (Red+Green+Blue) = 49+86+109=244 (32% of max value = 765). Red value is 49 (19.53% from 255 or 20.08% from 244); Green value is 86 (33.98% from 255 or 35.25% from 244); Blue value is 109 (42.97% from 255 or 44.67% from 244); Max value from RGB is 109 - color contains mainly: blue. Hex color #31566D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #31566D is #CEA992. Grayscale: #4D4D4D. Windows color (decimal): -13543827 or 7165489. OLE color: 7165489.
HSL color Cylindrical-coordinate representation of color #31566D: hue angle of 203º degrees, saturation: 0.38, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #31566D is Cyan = 0.55, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 49 | 86 | 109 | - |
| CMYK | 0.55 | 0.21 | 0 | 0.57 |
| HSL | 203º | 0.38% | 0.31% | - |
| HSV(B) | 203º | 0.55% | 0.43% | - |
| XYZ | 7.35 | 8.41 | 15.7 | - |
| YUV | 77.56 | 145.74 | 107.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 86 | 109 | 0.55 | 0.21 | 0 | 0.57 | 203 | 0.38 | 0.31 |
| Hex | 31 | 56 | 6D | 37 | 15 | 0 | 39 | CB | 26 | 1F |
| Octal | 61 | 126 | 155 | 67 | 25 | 0 | 71 | 313 | 46 | 37 |
| Binary | 110001 | 1010110 | 1101101 | 110111 | 10101 | 0 | 111001 | 11001011 | 100110 | 11111 |
Color Harmonies of #31566D
Complementary color
Monochromatic Colors of #31566D
Black with #31566D
Text Example
Text Example
White with #31566D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31566D; }
p { color: rgb(49,86,109); }
H1.HeaderClassName
{
color: #31566D;
}
.AnyTagClassName
{
color: #31566D;
}
</style>
background-color css
<style>
a { background-color: #31566D; }
a { background-color: rgb(49,86,109); }
div.DivClassName
{
background-color: #31566D;
}
.BgClassName
{
background-color: #31566D;
}
</style>
border-color css
<style>
span { border-color: #31566D; }
span { border-color: rgb(49,86,109); }
td.TdClassName
{
border-color: #31566D;
}
.TagClassName
{
border-color: #31566D;
}
</style>