Shades of Chathams Blue #245768
Tints of Chathams Blue #245768
RGB
CMYK
RGB Variations
Color information
#245768 (or 0x245768) is known color: Chathams Blue. HEX triplet: 24, 57 and 68. RGB value is (36,87,104). Sum of RGB (Red+Green+Blue) = 36+87+104=227 (30% of max value = 765). Red value is 36 (14.45% from 255 or 15.86% from 227); Green value is 87 (34.38% from 255 or 38.33% from 227); Blue value is 104 (41.02% from 255 or 45.81% from 227); Max value from RGB is 104 - color contains mainly: blue. Hex color #245768 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #245768 is #DBA897. Grayscale: #494949. Windows color (decimal): -14395544 or 6838052. OLE color: 6838052.
HSL color Cylindrical-coordinate representation of color #245768: hue angle of 195º degrees, saturation: 0.49, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #245768 is Cyan = 0.65, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 36 | 87 | 104 | - |
| CMYK | 0.65 | 0.16 | 0 | 0.59 |
| HSL | 195º | 0.49% | 0.27% | - |
| HSV(B) | 195º | 0.65% | 0.41% | - |
| XYZ | 6.63 | 8.19 | 14.33 | - |
| YUV | 73.69 | 145.1 | 101.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 87 | 104 | 0.65 | 0.16 | 0 | 0.59 | 195 | 0.49 | 0.27 |
| Hex | 24 | 57 | 68 | 41 | 10 | 0 | 3B | C3 | 31 | 1B |
| Octal | 44 | 127 | 150 | 101 | 20 | 0 | 73 | 303 | 61 | 33 |
| Binary | 100100 | 1010111 | 1101000 | 1000001 | 10000 | 0 | 111011 | 11000011 | 110001 | 11011 |
Color Harmonies of #245768
Complementary color
Monochromatic Colors of #245768
Black with #245768
Text Example
Text Example
White with #245768
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #245768; }
p { color: rgb(36,87,104); }
H1.HeaderClassName
{
color: #245768;
}
.AnyTagClassName
{
color: #245768;
}
</style>
background-color css
<style>
a { background-color: #245768; }
a { background-color: rgb(36,87,104); }
div.DivClassName
{
background-color: #245768;
}
.BgClassName
{
background-color: #245768;
}
</style>
border-color css
<style>
span { border-color: #245768; }
span { border-color: rgb(36,87,104); }
td.TdClassName
{
border-color: #245768;
}
.TagClassName
{
border-color: #245768;
}
</style>