Shades of Tory Blue #24479B
Tints of Tory Blue #24479B
RGB
CMYK
RGB Variations
Color information
#24479B (or 0x24479B) is known color: Tory Blue. HEX triplet: 24, 47 and 9B. RGB value is (36,71,155). Sum of RGB (Red+Green+Blue) = 36+71+155=262 (34% of max value = 765). Red value is 36 (14.45% from 255 or 13.74% from 262); Green value is 71 (28.12% from 255 or 27.10% from 262); Blue value is 155 (60.94% from 255 or 59.16% from 262); Max value from RGB is 155 - color contains mainly: blue. Hex color #24479B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #24479B is #DBB864. Grayscale: #454545. Windows color (decimal): -14399589 or 10176292. OLE color: 10176292.
HSL color Cylindrical-coordinate representation of color #24479B: hue angle of 222.35º degrees, saturation: 0.62, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #24479B is Cyan = 0.77, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 36 | 71 | 155 | - |
| CMYK | 0.77 | 0.54 | 0 | 0.39 |
| HSL | 222.35º | 0.62% | 0.37% | - |
| HSV(B) | 222.35º | 0.77% | 0.61% | - |
| XYZ | 8.9 | 7.25 | 31.94 | - |
| YUV | 70.11 | 175.9 | 103.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 71 | 155 | 0.77 | 0.54 | 0 | 0.39 | 222.35 | 0.62 | 0.37 |
| Hex | 24 | 47 | 9B | 4D | 36 | 0 | 27 | DE | 3E | 25 |
| Octal | 44 | 107 | 233 | 115 | 66 | 0 | 47 | 336 | 76 | 45 |
| Binary | 100100 | 1000111 | 10011011 | 1001101 | 110110 | 0 | 100111 | 11011110 | 111110 | 100101 |
Color Harmonies of #24479B
Complementary color
Monochromatic Colors of #24479B
Black with #24479B
Text Example
Text Example
White with #24479B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24479B; }
p { color: rgb(36,71,155); }
H1.HeaderClassName
{
color: #24479B;
}
.AnyTagClassName
{
color: #24479B;
}
</style>
background-color css
<style>
a { background-color: #24479B; }
a { background-color: rgb(36,71,155); }
div.DivClassName
{
background-color: #24479B;
}
.BgClassName
{
background-color: #24479B;
}
</style>
border-color css
<style>
span { border-color: #24479B; }
span { border-color: rgb(36,71,155); }
td.TdClassName
{
border-color: #24479B;
}
.TagClassName
{
border-color: #24479B;
}
</style>