Shades of Tory Blue #24438D
Tints of Tory Blue #24438D
RGB
CMYK
RGB Variations
Color information
#24438D (or 0x24438D) is known color: Tory Blue. HEX triplet: 24, 43 and 8D. RGB value is (36,67,141). Sum of RGB (Red+Green+Blue) = 36+67+141=244 (32% of max value = 765). Red value is 36 (14.45% from 255 or 14.75% from 244); Green value is 67 (26.56% from 255 or 27.46% from 244); Blue value is 141 (55.47% from 255 or 57.79% from 244); Max value from RGB is 141 - color contains mainly: blue. Hex color #24438D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #24438D is #DBBC72. Grayscale: #414141. Windows color (decimal): -14400627 or 9257764. OLE color: 9257764.
HSL color Cylindrical-coordinate representation of color #24438D: hue angle of 222.29º degrees, saturation: 0.59, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #24438D is Cyan = 0.74, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 36 | 67 | 141 | - |
| CMYK | 0.74 | 0.52 | 0 | 0.45 |
| HSL | 222.29º | 0.59% | 0.35% | - |
| HSV(B) | 222.29º | 0.74% | 0.55% | - |
| XYZ | 7.54 | 6.31 | 26.02 | - |
| YUV | 66.17 | 170.23 | 106.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 67 | 141 | 0.74 | 0.52 | 0 | 0.45 | 222.29 | 0.59 | 0.35 |
| Hex | 24 | 43 | 8D | 4A | 34 | 0 | 2D | DE | 3B | 23 |
| Octal | 44 | 103 | 215 | 112 | 64 | 0 | 55 | 336 | 73 | 43 |
| Binary | 100100 | 1000011 | 10001101 | 1001010 | 110100 | 0 | 101101 | 11011110 | 111011 | 100011 |
Color Harmonies of #24438D
Complementary color
Monochromatic Colors of #24438D
Black with #24438D
Text Example
Text Example
White with #24438D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24438D; }
p { color: rgb(36,67,141); }
H1.HeaderClassName
{
color: #24438D;
}
.AnyTagClassName
{
color: #24438D;
}
</style>
background-color css
<style>
a { background-color: #24438D; }
a { background-color: rgb(36,67,141); }
div.DivClassName
{
background-color: #24438D;
}
.BgClassName
{
background-color: #24438D;
}
</style>
border-color css
<style>
span { border-color: #24438D; }
span { border-color: rgb(36,67,141); }
td.TdClassName
{
border-color: #24438D;
}
.TagClassName
{
border-color: #24438D;
}
</style>