Shades of Chathams Blue #24506D
Tints of Chathams Blue #24506D
RGB
CMYK
RGB Variations
Color information
#24506D (or 0x24506D) is known color: Chathams Blue. HEX triplet: 24, 50 and 6D. RGB value is (36,80,109). Sum of RGB (Red+Green+Blue) = 36+80+109=225 (29% of max value = 765). Red value is 36 (14.45% from 255 or 16% from 225); Green value is 80 (31.64% from 255 or 35.56% from 225); Blue value is 109 (42.97% from 255 or 48.44% from 225); Max value from RGB is 109 - color contains mainly: blue. Hex color #24506D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #24506D is #DBAF92. Grayscale: #454545. Windows color (decimal): -14397331 or 7163940. OLE color: 7163940.
HSL color Cylindrical-coordinate representation of color #24506D: hue angle of 203.84º degrees, saturation: 0.5, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #24506D is Cyan = 0.67, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 36 | 80 | 109 | - |
| CMYK | 0.67 | 0.27 | 0 | 0.57 |
| HSL | 203.84º | 0.5% | 0.28% | - |
| HSV(B) | 203.84º | 0.67% | 0.43% | - |
| XYZ | 6.36 | 7.22 | 15.53 | - |
| YUV | 70.15 | 149.92 | 103.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 80 | 109 | 0.67 | 0.27 | 0 | 0.57 | 203.84 | 0.5 | 0.28 |
| Hex | 24 | 50 | 6D | 43 | 1B | 0 | 39 | CC | 32 | 1C |
| Octal | 44 | 120 | 155 | 103 | 33 | 0 | 71 | 314 | 62 | 34 |
| Binary | 100100 | 1010000 | 1101101 | 1000011 | 11011 | 0 | 111001 | 11001100 | 110010 | 11100 |
Color Harmonies of #24506D
Complementary color
Monochromatic Colors of #24506D
Black with #24506D
Text Example
Text Example
White with #24506D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24506D; }
p { color: rgb(36,80,109); }
H1.HeaderClassName
{
color: #24506D;
}
.AnyTagClassName
{
color: #24506D;
}
</style>
background-color css
<style>
a { background-color: #24506D; }
a { background-color: rgb(36,80,109); }
div.DivClassName
{
background-color: #24506D;
}
.BgClassName
{
background-color: #24506D;
}
</style>
border-color css
<style>
span { border-color: #24506D; }
span { border-color: rgb(36,80,109); }
td.TdClassName
{
border-color: #24506D;
}
.TagClassName
{
border-color: #24506D;
}
</style>