Shades of Chathams Blue #255665
Tints of Chathams Blue #255665
RGB
CMYK
RGB Variations
Color information
#255665 (or 0x255665) is known color: Chathams Blue. HEX triplet: 25, 56 and 65. RGB value is (37,86,101). Sum of RGB (Red+Green+Blue) = 37+86+101=224 (29% of max value = 765). Red value is 37 (14.84% from 255 or 16.52% from 224); Green value is 86 (33.98% from 255 or 38.39% from 224); Blue value is 101 (39.84% from 255 or 45.09% from 224); Max value from RGB is 101 - color contains mainly: blue. Hex color #255665 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #255665 is #DAA99A. Grayscale: #484848. Windows color (decimal): -14330267 or 6641189. OLE color: 6641189.
HSL color Cylindrical-coordinate representation of color #255665: hue angle of 194.06º degrees, saturation: 0.46, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #255665 is Cyan = 0.63, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 37 | 86 | 101 | - |
| CMYK | 0.63 | 0.15 | 0 | 0.60 |
| HSL | 194.06º | 0.46% | 0.27% | - |
| HSV(B) | 194.06º | 0.63% | 0.4% | - |
| XYZ | 6.44 | 7.99 | 13.51 | - |
| YUV | 73.06 | 143.77 | 102.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 86 | 101 | 0.63 | 0.15 | 0 | 0.60 | 194.06 | 0.46 | 0.27 |
| Hex | 25 | 56 | 65 | 3F | F | 0 | 3C | C2 | 2E | 1B |
| Octal | 45 | 126 | 145 | 77 | 17 | 0 | 74 | 302 | 56 | 33 |
| Binary | 100101 | 1010110 | 1100101 | 111111 | 1111 | 0 | 111100 | 11000010 | 101110 | 11011 |
Color Harmonies of #255665
Complementary color
Monochromatic Colors of #255665
Black with #255665
Text Example
Text Example
White with #255665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #255665; }
p { color: rgb(37,86,101); }
H1.HeaderClassName
{
color: #255665;
}
.AnyTagClassName
{
color: #255665;
}
</style>
background-color css
<style>
a { background-color: #255665; }
a { background-color: rgb(37,86,101); }
div.DivClassName
{
background-color: #255665;
}
.BgClassName
{
background-color: #255665;
}
</style>
border-color css
<style>
span { border-color: #255665; }
span { border-color: rgb(37,86,101); }
td.TdClassName
{
border-color: #255665;
}
.TagClassName
{
border-color: #255665;
}
</style>