Shades of Chathams Blue #31566C
Tints of Chathams Blue #31566C
RGB
CMYK
RGB Variations
Color information
#31566C (or 0x31566C) is known color: Chathams Blue. HEX triplet: 31, 56 and 6C. RGB value is (49,86,108). Sum of RGB (Red+Green+Blue) = 49+86+108=243 (32% of max value = 765). Red value is 49 (19.53% from 255 or 20.16% from 243); Green value is 86 (33.98% from 255 or 35.39% from 243); Blue value is 108 (42.58% from 255 or 44.44% from 243); Max value from RGB is 108 - color contains mainly: blue. Hex color #31566C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #31566C is #CEA993. Grayscale: #4D4D4D. Windows color (decimal): -13543828 or 7099953. OLE color: 7099953.
HSL color Cylindrical-coordinate representation of color #31566C: hue angle of 202.37º degrees, saturation: 0.38, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #31566C is Cyan = 0.55, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 49 | 86 | 108 | - |
| CMYK | 0.55 | 0.20 | 0 | 0.58 |
| HSL | 202.37º | 0.38% | 0.31% | - |
| HSV(B) | 202.37º | 0.55% | 0.42% | - |
| XYZ | 7.3 | 8.39 | 15.42 | - |
| YUV | 77.45 | 145.24 | 107.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 86 | 108 | 0.55 | 0.20 | 0 | 0.58 | 202.37 | 0.38 | 0.31 |
| Hex | 31 | 56 | 6C | 37 | 14 | 0 | 3A | CA | 26 | 1F |
| Octal | 61 | 126 | 154 | 67 | 24 | 0 | 72 | 312 | 46 | 37 |
| Binary | 110001 | 1010110 | 1101100 | 110111 | 10100 | 0 | 111010 | 11001010 | 100110 | 11111 |
Color Harmonies of #31566C
Complementary color
Monochromatic Colors of #31566C
Black with #31566C
Text Example
Text Example
White with #31566C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31566C; }
p { color: rgb(49,86,108); }
H1.HeaderClassName
{
color: #31566C;
}
.AnyTagClassName
{
color: #31566C;
}
</style>
background-color css
<style>
a { background-color: #31566C; }
a { background-color: rgb(49,86,108); }
div.DivClassName
{
background-color: #31566C;
}
.BgClassName
{
background-color: #31566C;
}
</style>
border-color css
<style>
span { border-color: #31566C; }
span { border-color: rgb(49,86,108); }
td.TdClassName
{
border-color: #31566C;
}
.TagClassName
{
border-color: #31566C;
}
</style>