Shades of Tory Blue #24428B
Tints of Tory Blue #24428B
RGB
CMYK
RGB Variations
Color information
#24428B (or 0x24428B) is known color: Tory Blue. HEX triplet: 24, 42 and 8B. RGB value is (36,66,139). Sum of RGB (Red+Green+Blue) = 36+66+139=241 (31% of max value = 765). Red value is 36 (14.45% from 255 or 14.94% from 241); Green value is 66 (26.17% from 255 or 27.39% from 241); Blue value is 139 (54.69% from 255 or 57.68% from 241); Max value from RGB is 139 - color contains mainly: blue. Hex color #24428B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #24428B is #DBBD74. Grayscale: #414141. Windows color (decimal): -14400885 or 9126436. OLE color: 9126436.
HSL color Cylindrical-coordinate representation of color #24428B: hue angle of 222.52º degrees, saturation: 0.59, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #24428B is Cyan = 0.74, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 36 | 66 | 139 | - |
| CMYK | 0.74 | 0.53 | 0 | 0.45 |
| HSL | 222.52º | 0.59% | 0.34% | - |
| HSV(B) | 222.52º | 0.74% | 0.55% | - |
| XYZ | 7.34 | 6.14 | 25.22 | - |
| YUV | 65.35 | 169.56 | 107.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 66 | 139 | 0.74 | 0.53 | 0 | 0.45 | 222.52 | 0.59 | 0.34 |
| Hex | 24 | 42 | 8B | 4A | 35 | 0 | 2D | DF | 3B | 22 |
| Octal | 44 | 102 | 213 | 112 | 65 | 0 | 55 | 337 | 73 | 42 |
| Binary | 100100 | 1000010 | 10001011 | 1001010 | 110101 | 0 | 101101 | 11011111 | 111011 | 100010 |
Color Harmonies of #24428B
Complementary color
Monochromatic Colors of #24428B
Black with #24428B
Text Example
Text Example
White with #24428B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24428B; }
p { color: rgb(36,66,139); }
H1.HeaderClassName
{
color: #24428B;
}
.AnyTagClassName
{
color: #24428B;
}
</style>
background-color css
<style>
a { background-color: #24428B; }
a { background-color: rgb(36,66,139); }
div.DivClassName
{
background-color: #24428B;
}
.BgClassName
{
background-color: #24428B;
}
</style>
border-color css
<style>
span { border-color: #24428B; }
span { border-color: rgb(36,66,139); }
td.TdClassName
{
border-color: #24428B;
}
.TagClassName
{
border-color: #24428B;
}
</style>