Shades of Chathams Blue #27516D
Tints of Chathams Blue #27516D
RGB
CMYK
RGB Variations
Color information
#27516D (or 0x27516D) is known color: Chathams Blue. HEX triplet: 27, 51 and 6D. RGB value is (39,81,109). Sum of RGB (Red+Green+Blue) = 39+81+109=229 (30% of max value = 765). Red value is 39 (15.62% from 255 or 17.03% from 229); Green value is 81 (32.03% from 255 or 35.37% from 229); Blue value is 109 (42.97% from 255 or 47.60% from 229); Max value from RGB is 109 - color contains mainly: blue. Hex color #27516D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #27516D is #D8AE92. Grayscale: #474747. Windows color (decimal): -14200467 or 7164199. OLE color: 7164199.
HSL color Cylindrical-coordinate representation of color #27516D: hue angle of 204º degrees, saturation: 0.47, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #27516D is Cyan = 0.64, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 39 | 81 | 109 | - |
| CMYK | 0.64 | 0.26 | 0 | 0.57 |
| HSL | 204º | 0.47% | 0.29% | - |
| HSV(B) | 204º | 0.64% | 0.43% | - |
| XYZ | 6.54 | 7.42 | 15.56 | - |
| YUV | 71.63 | 149.09 | 104.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 81 | 109 | 0.64 | 0.26 | 0 | 0.57 | 204 | 0.47 | 0.29 |
| Hex | 27 | 51 | 6D | 40 | 1A | 0 | 39 | CC | 2F | 1D |
| Octal | 47 | 121 | 155 | 100 | 32 | 0 | 71 | 314 | 57 | 35 |
| Binary | 100111 | 1010001 | 1101101 | 1000000 | 11010 | 0 | 111001 | 11001100 | 101111 | 11101 |
Color Harmonies of #27516D
Complementary color
Monochromatic Colors of #27516D
Black with #27516D
Text Example
Text Example
White with #27516D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27516D; }
p { color: rgb(39,81,109); }
H1.HeaderClassName
{
color: #27516D;
}
.AnyTagClassName
{
color: #27516D;
}
</style>
background-color css
<style>
a { background-color: #27516D; }
a { background-color: rgb(39,81,109); }
div.DivClassName
{
background-color: #27516D;
}
.BgClassName
{
background-color: #27516D;
}
</style>
border-color css
<style>
span { border-color: #27516D; }
span { border-color: rgb(39,81,109); }
td.TdClassName
{
border-color: #27516D;
}
.TagClassName
{
border-color: #27516D;
}
</style>