Shades of Chathams Blue #245566
Tints of Chathams Blue #245566
RGB
CMYK
RGB Variations
Color information
#245566 (or 0x245566) is known color: Chathams Blue. HEX triplet: 24, 55 and 66. RGB value is (36,85,102). Sum of RGB (Red+Green+Blue) = 36+85+102=223 (29% of max value = 765). Red value is 36 (14.45% from 255 or 16.14% from 223); Green value is 85 (33.59% from 255 or 38.12% from 223); Blue value is 102 (40.23% from 255 or 45.74% from 223); Max value from RGB is 102 - color contains mainly: blue. Hex color #245566 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #245566 is #DBAA99. Grayscale: #484848. Windows color (decimal): -14396058 or 6706468. OLE color: 6706468.
HSL color Cylindrical-coordinate representation of color #245566: hue angle of 195.45º degrees, saturation: 0.48, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #245566 is Cyan = 0.65, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 36 | 85 | 102 | - |
| CMYK | 0.65 | 0.17 | 0 | 0.6 |
| HSL | 195.45º | 0.48% | 0.27% | - |
| HSV(B) | 195.45º | 0.65% | 0.4% | - |
| XYZ | 6.37 | 7.83 | 13.75 | - |
| YUV | 72.29 | 144.77 | 102.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 85 | 102 | 0.65 | 0.17 | 0 | 0.6 | 195.45 | 0.48 | 0.27 |
| Hex | 24 | 55 | 66 | 41 | 11 | 0 | 3C | C3 | 30 | 1B |
| Octal | 44 | 125 | 146 | 101 | 21 | 0 | 74 | 303 | 60 | 33 |
| Binary | 100100 | 1010101 | 1100110 | 1000001 | 10001 | 0 | 111100 | 11000011 | 110000 | 11011 |
Color Harmonies of #245566
Complementary color
Monochromatic Colors of #245566
Black with #245566
Text Example
Text Example
White with #245566
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #245566; }
p { color: rgb(36,85,102); }
H1.HeaderClassName
{
color: #245566;
}
.AnyTagClassName
{
color: #245566;
}
</style>
background-color css
<style>
a { background-color: #245566; }
a { background-color: rgb(36,85,102); }
div.DivClassName
{
background-color: #245566;
}
.BgClassName
{
background-color: #245566;
}
</style>
border-color css
<style>
span { border-color: #245566; }
span { border-color: rgb(36,85,102); }
td.TdClassName
{
border-color: #245566;
}
.TagClassName
{
border-color: #245566;
}
</style>