Shades of Tory Blue #243C91
Tints of Tory Blue #243C91
RGB
CMYK
RGB Variations
Color information
#243C91 (or 0x243C91) is known color: Tory Blue. HEX triplet: 24, 3C and 91. RGB value is (36,60,145). Sum of RGB (Red+Green+Blue) = 36+60+145=241 (31% of max value = 765). Red value is 36 (14.45% from 255 or 14.94% from 241); Green value is 60 (23.83% from 255 or 24.90% from 241); Blue value is 145 (57.03% from 255 or 60.17% from 241); Max value from RGB is 145 - color contains mainly: blue. Hex color #243C91 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #243C91 is #DBC36E. Grayscale: #3E3E3E. Windows color (decimal): -14402415 or 9518116. OLE color: 9518116.
HSL color Cylindrical-coordinate representation of color #243C91: hue angle of 226.79º degrees, saturation: 0.6, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #243C91 is Cyan = 0.75, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 36 | 60 | 145 | - |
| CMYK | 0.75 | 0.59 | 0 | 0.43 |
| HSL | 226.79º | 0.6% | 0.35% | - |
| HSV(B) | 226.79º | 0.75% | 0.57% | - |
| XYZ | 7.45 | 5.65 | 27.49 | - |
| YUV | 62.51 | 174.55 | 109.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 60 | 145 | 0.75 | 0.59 | 0 | 0.43 | 226.79 | 0.6 | 0.35 |
| Hex | 24 | 3C | 91 | 4B | 3B | 0 | 2B | E3 | 3C | 23 |
| Octal | 44 | 74 | 221 | 113 | 73 | 0 | 53 | 343 | 74 | 43 |
| Binary | 100100 | 111100 | 10010001 | 1001011 | 111011 | 0 | 101011 | 11100011 | 111100 | 100011 |
Color Harmonies of #243C91
Complementary color
Monochromatic Colors of #243C91
Black with #243C91
Text Example
Text Example
White with #243C91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #243C91; }
p { color: rgb(36,60,145); }
H1.HeaderClassName
{
color: #243C91;
}
.AnyTagClassName
{
color: #243C91;
}
</style>
background-color css
<style>
a { background-color: #243C91; }
a { background-color: rgb(36,60,145); }
div.DivClassName
{
background-color: #243C91;
}
.BgClassName
{
background-color: #243C91;
}
</style>
border-color css
<style>
span { border-color: #243C91; }
span { border-color: rgb(36,60,145); }
td.TdClassName
{
border-color: #243C91;
}
.TagClassName
{
border-color: #243C91;
}
</style>