Shades of Chathams Blue #27586C
Tints of Chathams Blue #27586C
RGB
CMYK
RGB Variations
Color information
#27586C (or 0x27586C) is known color: Chathams Blue. HEX triplet: 27, 58 and 6C. RGB value is (39,88,108). Sum of RGB (Red+Green+Blue) = 39+88+108=235 (31% of max value = 765). Red value is 39 (15.62% from 255 or 16.60% from 235); Green value is 88 (34.77% from 255 or 37.45% from 235); Blue value is 108 (42.58% from 255 or 45.96% from 235); Max value from RGB is 108 - color contains mainly: blue. Hex color #27586C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #27586C is #D8A793. Grayscale: #4B4B4B. Windows color (decimal): -14198676 or 7100455. OLE color: 7100455.
HSL color Cylindrical-coordinate representation of color #27586C: hue angle of 197.39º 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 #27586C is Cyan = 0.64, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 39 | 88 | 108 | - |
| CMYK | 0.64 | 0.19 | 0 | 0.58 |
| HSL | 197.39º | 0.47% | 0.29% | - |
| HSV(B) | 197.39º | 0.64% | 0.42% | - |
| XYZ | 7.03 | 8.49 | 15.46 | - |
| YUV | 75.63 | 146.27 | 101.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 88 | 108 | 0.64 | 0.19 | 0 | 0.58 | 197.39 | 0.47 | 0.29 |
| Hex | 27 | 58 | 6C | 40 | 13 | 0 | 3A | C5 | 2F | 1D |
| Octal | 47 | 130 | 154 | 100 | 23 | 0 | 72 | 305 | 57 | 35 |
| Binary | 100111 | 1011000 | 1101100 | 1000000 | 10011 | 0 | 111010 | 11000101 | 101111 | 11101 |
Color Harmonies of #27586C
Complementary color
Monochromatic Colors of #27586C
Black with #27586C
Text Example
Text Example
White with #27586C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27586C; }
p { color: rgb(39,88,108); }
H1.HeaderClassName
{
color: #27586C;
}
.AnyTagClassName
{
color: #27586C;
}
</style>
background-color css
<style>
a { background-color: #27586C; }
a { background-color: rgb(39,88,108); }
div.DivClassName
{
background-color: #27586C;
}
.BgClassName
{
background-color: #27586C;
}
</style>
border-color css
<style>
span { border-color: #27586C; }
span { border-color: rgb(39,88,108); }
td.TdClassName
{
border-color: #27586C;
}
.TagClassName
{
border-color: #27586C;
}
</style>