Shades of Chathams Blue #31556D
Tints of Chathams Blue #31556D
RGB
CMYK
RGB Variations
Color information
#31556D (or 0x31556D) is known color: Chathams Blue. HEX triplet: 31, 55 and 6D. RGB value is (49,85,109). Sum of RGB (Red+Green+Blue) = 49+85+109=243 (32% of max value = 765). Red value is 49 (19.53% from 255 or 20.16% from 243); Green value is 85 (33.59% from 255 or 34.98% from 243); Blue value is 109 (42.97% from 255 or 44.86% from 243); Max value from RGB is 109 - color contains mainly: blue. Hex color #31556D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #31556D is #CEAA92. Grayscale: #4C4C4C. Windows color (decimal): -13544083 or 7165233. OLE color: 7165233.
HSL color Cylindrical-coordinate representation of color #31556D: hue angle of 204º 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 #31556D is Cyan = 0.55, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 49 | 85 | 109 | - |
| CMYK | 0.55 | 0.22 | 0 | 0.57 |
| HSL | 204º | 0.38% | 0.31% | - |
| HSV(B) | 204º | 0.55% | 0.43% | - |
| XYZ | 7.28 | 8.25 | 15.68 | - |
| YUV | 76.97 | 146.07 | 108.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 85 | 109 | 0.55 | 0.22 | 0 | 0.57 | 204 | 0.38 | 0.31 |
| Hex | 31 | 55 | 6D | 37 | 16 | 0 | 39 | CC | 26 | 1F |
| Octal | 61 | 125 | 155 | 67 | 26 | 0 | 71 | 314 | 46 | 37 |
| Binary | 110001 | 1010101 | 1101101 | 110111 | 10110 | 0 | 111001 | 11001100 | 100110 | 11111 |
Color Harmonies of #31556D
Complementary color
Monochromatic Colors of #31556D
Black with #31556D
Text Example
Text Example
White with #31556D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31556D; }
p { color: rgb(49,85,109); }
H1.HeaderClassName
{
color: #31556D;
}
.AnyTagClassName
{
color: #31556D;
}
</style>
background-color css
<style>
a { background-color: #31556D; }
a { background-color: rgb(49,85,109); }
div.DivClassName
{
background-color: #31556D;
}
.BgClassName
{
background-color: #31556D;
}
</style>
border-color css
<style>
span { border-color: #31556D; }
span { border-color: rgb(49,85,109); }
td.TdClassName
{
border-color: #31556D;
}
.TagClassName
{
border-color: #31556D;
}
</style>