Shades of Tory Blue #243F8D
Tints of Tory Blue #243F8D
RGB
CMYK
RGB Variations
Color information
#243F8D (or 0x243F8D) is known color: Tory Blue. HEX triplet: 24, 3F and 8D. RGB value is (36,63,141). Sum of RGB (Red+Green+Blue) = 36+63+141=240 (31% of max value = 765). Red value is 36 (14.45% from 255 or 15% from 240); Green value is 63 (25% from 255 or 26.25% from 240); Blue value is 141 (55.47% from 255 or 58.75% from 240); Max value from RGB is 141 - color contains mainly: blue. Hex color #243F8D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #243F8D is #DBC072. Grayscale: #3F3F3F. Windows color (decimal): -14401651 or 9256740. OLE color: 9256740.
HSL color Cylindrical-coordinate representation of color #243F8D: hue angle of 224.57º 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 #243F8D is Cyan = 0.74, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 36 | 63 | 141 | - |
| CMYK | 0.74 | 0.55 | 0 | 0.45 |
| HSL | 224.57º | 0.59% | 0.35% | - |
| HSV(B) | 224.57º | 0.74% | 0.55% | - |
| XYZ | 7.31 | 5.85 | 25.94 | - |
| YUV | 63.82 | 171.55 | 108.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 63 | 141 | 0.74 | 0.55 | 0 | 0.45 | 224.57 | 0.59 | 0.35 |
| Hex | 24 | 3F | 8D | 4A | 37 | 0 | 2D | E1 | 3B | 23 |
| Octal | 44 | 77 | 215 | 112 | 67 | 0 | 55 | 341 | 73 | 43 |
| Binary | 100100 | 111111 | 10001101 | 1001010 | 110111 | 0 | 101101 | 11100001 | 111011 | 100011 |
Color Harmonies of #243F8D
Complementary color
Monochromatic Colors of #243F8D
Black with #243F8D
Text Example
Text Example
White with #243F8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #243F8D; }
p { color: rgb(36,63,141); }
H1.HeaderClassName
{
color: #243F8D;
}
.AnyTagClassName
{
color: #243F8D;
}
</style>
background-color css
<style>
a { background-color: #243F8D; }
a { background-color: rgb(36,63,141); }
div.DivClassName
{
background-color: #243F8D;
}
.BgClassName
{
background-color: #243F8D;
}
</style>
border-color css
<style>
span { border-color: #243F8D; }
span { border-color: rgb(36,63,141); }
td.TdClassName
{
border-color: #243F8D;
}
.TagClassName
{
border-color: #243F8D;
}
</style>