Shades of Chathams Blue #24526C
Tints of Chathams Blue #24526C
RGB
CMYK
RGB Variations
Color information
#24526C (or 0x24526C) is known color: Chathams Blue. HEX triplet: 24, 52 and 6C. RGB value is (36,82,108). Sum of RGB (Red+Green+Blue) = 36+82+108=226 (29% of max value = 765). Red value is 36 (14.45% from 255 or 15.93% from 226); Green value is 82 (32.42% from 255 or 36.28% from 226); Blue value is 108 (42.58% from 255 or 47.79% from 226); Max value from RGB is 108 - color contains mainly: blue. Hex color #24526C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #24526C is #DBAD93. Grayscale: #474747. Windows color (decimal): -14396820 or 7098916. OLE color: 7098916.
HSL color Cylindrical-coordinate representation of color #24526C: hue angle of 201.67º degrees, saturation: 0.5, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #24526C is Cyan = 0.67, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 36 | 82 | 108 | - |
| CMYK | 0.67 | 0.24 | 0 | 0.58 |
| HSL | 201.67º | 0.5% | 0.28% | - |
| HSV(B) | 201.67º | 0.67% | 0.42% | - |
| XYZ | 6.45 | 7.49 | 15.29 | - |
| YUV | 71.21 | 148.76 | 102.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 82 | 108 | 0.67 | 0.24 | 0 | 0.58 | 201.67 | 0.5 | 0.28 |
| Hex | 24 | 52 | 6C | 43 | 18 | 0 | 3A | CA | 32 | 1C |
| Octal | 44 | 122 | 154 | 103 | 30 | 0 | 72 | 312 | 62 | 34 |
| Binary | 100100 | 1010010 | 1101100 | 1000011 | 11000 | 0 | 111010 | 11001010 | 110010 | 11100 |
Color Harmonies of #24526C
Complementary color
Monochromatic Colors of #24526C
Black with #24526C
Text Example
Text Example
White with #24526C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24526C; }
p { color: rgb(36,82,108); }
H1.HeaderClassName
{
color: #24526C;
}
.AnyTagClassName
{
color: #24526C;
}
</style>
background-color css
<style>
a { background-color: #24526C; }
a { background-color: rgb(36,82,108); }
div.DivClassName
{
background-color: #24526C;
}
.BgClassName
{
background-color: #24526C;
}
</style>
border-color css
<style>
span { border-color: #24526C; }
span { border-color: rgb(36,82,108); }
td.TdClassName
{
border-color: #24526C;
}
.TagClassName
{
border-color: #24526C;
}
</style>