Shades of Chathams Blue #255869
Tints of Chathams Blue #255869
RGB
CMYK
RGB Variations
Color information
#255869 (or 0x255869) is known color: Chathams Blue. HEX triplet: 25, 58 and 69. RGB value is (37,88,105). Sum of RGB (Red+Green+Blue) = 37+88+105=230 (30% of max value = 765). Red value is 37 (14.84% from 255 or 16.09% from 230); Green value is 88 (34.77% from 255 or 38.26% from 230); Blue value is 105 (41.41% from 255 or 45.65% from 230); Max value from RGB is 105 - color contains mainly: blue. Hex color #255869 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #255869 is #DAA796. Grayscale: #4A4A4A. Windows color (decimal): -14329751 or 6903845. OLE color: 6903845.
HSL color Cylindrical-coordinate representation of color #255869: hue angle of 195º degrees, saturation: 0.48, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #255869 is Cyan = 0.65, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 37 | 88 | 105 | - |
| CMYK | 0.65 | 0.16 | 0 | 0.59 |
| HSL | 195º | 0.48% | 0.28% | - |
| HSV(B) | 195º | 0.65% | 0.41% | - |
| XYZ | 6.8 | 8.39 | 14.63 | - |
| YUV | 74.69 | 145.1 | 101.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 88 | 105 | 0.65 | 0.16 | 0 | 0.59 | 195 | 0.48 | 0.28 |
| Hex | 25 | 58 | 69 | 41 | 10 | 0 | 3B | C3 | 30 | 1C |
| Octal | 45 | 130 | 151 | 101 | 20 | 0 | 73 | 303 | 60 | 34 |
| Binary | 100101 | 1011000 | 1101001 | 1000001 | 10000 | 0 | 111011 | 11000011 | 110000 | 11100 |
Color Harmonies of #255869
Complementary color
Monochromatic Colors of #255869
Black with #255869
Text Example
Text Example
White with #255869
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #255869; }
p { color: rgb(37,88,105); }
H1.HeaderClassName
{
color: #255869;
}
.AnyTagClassName
{
color: #255869;
}
</style>
background-color css
<style>
a { background-color: #255869; }
a { background-color: rgb(37,88,105); }
div.DivClassName
{
background-color: #255869;
}
.BgClassName
{
background-color: #255869;
}
</style>
border-color css
<style>
span { border-color: #255869; }
span { border-color: rgb(37,88,105); }
td.TdClassName
{
border-color: #255869;
}
.TagClassName
{
border-color: #255869;
}
</style>