Shades of Chathams Blue #27516B
Tints of Chathams Blue #27516B
RGB
CMYK
RGB Variations
Color information
#27516B (or 0x27516B) is known color: Chathams Blue. HEX triplet: 27, 51 and 6B. RGB value is (39,81,107). Sum of RGB (Red+Green+Blue) = 39+81+107=227 (30% of max value = 765). Red value is 39 (15.62% from 255 or 17.18% from 227); Green value is 81 (32.03% from 255 or 35.68% from 227); Blue value is 107 (42.19% from 255 or 47.14% from 227); Max value from RGB is 107 - color contains mainly: blue. Hex color #27516B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #27516B is #D8AE94. Grayscale: #474747. Windows color (decimal): -14200469 or 7033127. OLE color: 7033127.
HSL color Cylindrical-coordinate representation of color #27516B: hue angle of 202.94º degrees, saturation: 0.47, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #27516B is Cyan = 0.64, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 39 | 81 | 107 | - |
| CMYK | 0.64 | 0.24 | 0 | 0.58 |
| HSL | 202.94º | 0.47% | 0.29% | - |
| HSV(B) | 202.94º | 0.64% | 0.42% | - |
| XYZ | 6.43 | 7.38 | 14.99 | - |
| YUV | 71.41 | 148.09 | 104.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 81 | 107 | 0.64 | 0.24 | 0 | 0.58 | 202.94 | 0.47 | 0.29 |
| Hex | 27 | 51 | 6B | 40 | 18 | 0 | 3A | CB | 2F | 1D |
| Octal | 47 | 121 | 153 | 100 | 30 | 0 | 72 | 313 | 57 | 35 |
| Binary | 100111 | 1010001 | 1101011 | 1000000 | 11000 | 0 | 111010 | 11001011 | 101111 | 11101 |
Color Harmonies of #27516B
Complementary color
Monochromatic Colors of #27516B
Black with #27516B
Text Example
Text Example
White with #27516B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27516B; }
p { color: rgb(39,81,107); }
H1.HeaderClassName
{
color: #27516B;
}
.AnyTagClassName
{
color: #27516B;
}
</style>
background-color css
<style>
a { background-color: #27516B; }
a { background-color: rgb(39,81,107); }
div.DivClassName
{
background-color: #27516B;
}
.BgClassName
{
background-color: #27516B;
}
</style>
border-color css
<style>
span { border-color: #27516B; }
span { border-color: rgb(39,81,107); }
td.TdClassName
{
border-color: #27516B;
}
.TagClassName
{
border-color: #27516B;
}
</style>