Shades of Tory Blue #2E3F92
Tints of Tory Blue #2E3F92
RGB
CMYK
RGB Variations
Color information
#2E3F92 (or 0x2E3F92) is known color: Tory Blue. HEX triplet: 2E, 3F and 92. RGB value is (46,63,146). Sum of RGB (Red+Green+Blue) = 46+63+146=255 (33% of max value = 765). Red value is 46 (18.36% from 255 or 18.04% from 255); Green value is 63 (25% from 255 or 24.71% from 255); Blue value is 146 (57.42% from 255 or 57.25% from 255); Max value from RGB is 146 - color contains mainly: blue. Hex color #2E3F92 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2E3F92 is #D1C06D. Grayscale: #434343. Windows color (decimal): -13746286 or 9584430. OLE color: 9584430.
HSL color Cylindrical-coordinate representation of color #2E3F92: hue angle of 229.8º degrees, saturation: 0.52, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #2E3F92 is Cyan = 0.68, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 46 | 63 | 146 | - |
| CMYK | 0.68 | 0.57 | 0 | 0.43 |
| HSL | 229.8º | 0.52% | 0.38% | - |
| HSV(B) | 229.8º | 0.68% | 0.57% | - |
| XYZ | 8.09 | 6.21 | 27.97 | - |
| YUV | 67.38 | 172.37 | 112.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 63 | 146 | 0.68 | 0.57 | 0 | 0.43 | 229.8 | 0.52 | 0.38 |
| Hex | 2E | 3F | 92 | 44 | 39 | 0 | 2B | E6 | 34 | 26 |
| Octal | 56 | 77 | 222 | 104 | 71 | 0 | 53 | 346 | 64 | 46 |
| Binary | 101110 | 111111 | 10010010 | 1000100 | 111001 | 0 | 101011 | 11100110 | 110100 | 100110 |
Color Harmonies of #2E3F92
Complementary color
Monochromatic Colors of #2E3F92
Black with #2E3F92
Text Example
Text Example
White with #2E3F92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E3F92; }
p { color: rgb(46,63,146); }
H1.HeaderClassName
{
color: #2E3F92;
}
.AnyTagClassName
{
color: #2E3F92;
}
</style>
background-color css
<style>
a { background-color: #2E3F92; }
a { background-color: rgb(46,63,146); }
div.DivClassName
{
background-color: #2E3F92;
}
.BgClassName
{
background-color: #2E3F92;
}
</style>
border-color css
<style>
span { border-color: #2E3F92; }
span { border-color: rgb(46,63,146); }
td.TdClassName
{
border-color: #2E3F92;
}
.TagClassName
{
border-color: #2E3F92;
}
</style>