Shades of Tory Blue #243B91
Tints of Tory Blue #243B91
RGB
CMYK
RGB Variations
Color information
#243B91 (or 0x243B91) is known color: Tory Blue. HEX triplet: 24, 3B and 91. RGB value is (36,59,145). Sum of RGB (Red+Green+Blue) = 36+59+145=240 (31% of max value = 765). Red value is 36 (14.45% from 255 or 15% from 240); Green value is 59 (23.44% from 255 or 24.58% from 240); Blue value is 145 (57.03% from 255 or 60.42% from 240); Max value from RGB is 145 - color contains mainly: blue. Hex color #243B91 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #243B91 is #DBC46E. Grayscale: #3D3D3D. Windows color (decimal): -14402671 or 9517860. OLE color: 9517860.
HSL color Cylindrical-coordinate representation of color #243B91: hue angle of 227.34º 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 #243B91 is Cyan = 0.75, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 36 | 59 | 145 | - |
| CMYK | 0.75 | 0.59 | 0 | 0.43 |
| HSL | 227.34º | 0.6% | 0.35% | - |
| HSV(B) | 227.34º | 0.75% | 0.57% | - |
| XYZ | 7.4 | 5.55 | 27.47 | - |
| YUV | 61.93 | 174.88 | 109.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 59 | 145 | 0.75 | 0.59 | 0 | 0.43 | 227.34 | 0.6 | 0.35 |
| Hex | 24 | 3B | 91 | 4B | 3B | 0 | 2B | E3 | 3C | 23 |
| Octal | 44 | 73 | 221 | 113 | 73 | 0 | 53 | 343 | 74 | 43 |
| Binary | 100100 | 111011 | 10010001 | 1001011 | 111011 | 0 | 101011 | 11100011 | 111100 | 100011 |
Color Harmonies of #243B91
Complementary color
Monochromatic Colors of #243B91
Black with #243B91
Text Example
Text Example
White with #243B91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #243B91; }
p { color: rgb(36,59,145); }
H1.HeaderClassName
{
color: #243B91;
}
.AnyTagClassName
{
color: #243B91;
}
</style>
background-color css
<style>
a { background-color: #243B91; }
a { background-color: rgb(36,59,145); }
div.DivClassName
{
background-color: #243B91;
}
.BgClassName
{
background-color: #243B91;
}
</style>
border-color css
<style>
span { border-color: #243B91; }
span { border-color: rgb(36,59,145); }
td.TdClassName
{
border-color: #243B91;
}
.TagClassName
{
border-color: #243B91;
}
</style>