Shades of Chathams Blue #255968
Tints of Chathams Blue #255968
RGB
CMYK
RGB Variations
Color information
#255968 (or 0x255968) is known color: Chathams Blue. HEX triplet: 25, 59 and 68. RGB value is (37,89,104). Sum of RGB (Red+Green+Blue) = 37+89+104=230 (30% of max value = 765). Red value is 37 (14.84% from 255 or 16.09% from 230); Green value is 89 (35.16% from 255 or 38.70% from 230); Blue value is 104 (41.02% from 255 or 45.22% from 230); Max value from RGB is 104 - color contains mainly: blue. Hex color #255968 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #255968 is #DAA697. Grayscale: #4B4B4B. Windows color (decimal): -14329496 or 6838565. OLE color: 6838565.
HSL color Cylindrical-coordinate representation of color #255968: hue angle of 193.43º degrees, saturation: 0.48, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #255968 is Cyan = 0.64, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 37 | 89 | 104 | - |
| CMYK | 0.64 | 0.14 | 0 | 0.59 |
| HSL | 193.43º | 0.48% | 0.28% | - |
| HSV(B) | 193.43º | 0.64% | 0.41% | - |
| XYZ | 6.83 | 8.54 | 14.38 | - |
| YUV | 75.16 | 144.27 | 100.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 89 | 104 | 0.64 | 0.14 | 0 | 0.59 | 193.43 | 0.48 | 0.28 |
| Hex | 25 | 59 | 68 | 40 | E | 0 | 3B | C1 | 30 | 1C |
| Octal | 45 | 131 | 150 | 100 | 16 | 0 | 73 | 301 | 60 | 34 |
| Binary | 100101 | 1011001 | 1101000 | 1000000 | 1110 | 0 | 111011 | 11000001 | 110000 | 11100 |
Color Harmonies of #255968
Complementary color
Monochromatic Colors of #255968
Black with #255968
Text Example
Text Example
White with #255968
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #255968; }
p { color: rgb(37,89,104); }
H1.HeaderClassName
{
color: #255968;
}
.AnyTagClassName
{
color: #255968;
}
</style>
background-color css
<style>
a { background-color: #255968; }
a { background-color: rgb(37,89,104); }
div.DivClassName
{
background-color: #255968;
}
.BgClassName
{
background-color: #255968;
}
</style>
border-color css
<style>
span { border-color: #255968; }
span { border-color: rgb(37,89,104); }
td.TdClassName
{
border-color: #255968;
}
.TagClassName
{
border-color: #255968;
}
</style>