Shades of Chathams Blue #275868
Tints of Chathams Blue #275868
RGB
CMYK
RGB Variations
Color information
#275868 (or 0x275868) is known color: Chathams Blue. HEX triplet: 27, 58 and 68. RGB value is (39,88,104). Sum of RGB (Red+Green+Blue) = 39+88+104=231 (30% of max value = 765). Red value is 39 (15.62% from 255 or 16.88% from 231); Green value is 88 (34.77% from 255 or 38.10% from 231); Blue value is 104 (41.02% from 255 or 45.02% from 231); Max value from RGB is 104 - color contains mainly: blue. Hex color #275868 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #275868 is #D8A797. Grayscale: #4B4B4B. Windows color (decimal): -14198680 or 6838311. OLE color: 6838311.
HSL color Cylindrical-coordinate representation of color #275868: hue angle of 194.77º degrees, saturation: 0.45, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #275868 is Cyan = 0.62, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 39 | 88 | 104 | - |
| CMYK | 0.62 | 0.15 | 0 | 0.59 |
| HSL | 194.77º | 0.45% | 0.28% | - |
| HSV(B) | 194.77º | 0.63% | 0.41% | - |
| XYZ | 6.83 | 8.41 | 14.36 | - |
| YUV | 75.17 | 144.27 | 102.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 88 | 104 | 0.62 | 0.15 | 0 | 0.59 | 194.77 | 0.45 | 0.28 |
| Hex | 27 | 58 | 68 | 3E | F | 0 | 3B | C3 | 2D | 1C |
| Octal | 47 | 130 | 150 | 76 | 17 | 0 | 73 | 303 | 55 | 34 |
| Binary | 100111 | 1011000 | 1101000 | 111110 | 1111 | 0 | 111011 | 11000011 | 101101 | 11100 |
Color Harmonies of #275868
Complementary color
Monochromatic Colors of #275868
Black with #275868
Text Example
Text Example
White with #275868
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #275868; }
p { color: rgb(39,88,104); }
H1.HeaderClassName
{
color: #275868;
}
.AnyTagClassName
{
color: #275868;
}
</style>
background-color css
<style>
a { background-color: #275868; }
a { background-color: rgb(39,88,104); }
div.DivClassName
{
background-color: #275868;
}
.BgClassName
{
background-color: #275868;
}
</style>
border-color css
<style>
span { border-color: #275868; }
span { border-color: rgb(39,88,104); }
td.TdClassName
{
border-color: #275868;
}
.TagClassName
{
border-color: #275868;
}
</style>