Shades of Tory Blue #2E438A
Tints of Tory Blue #2E438A
RGB
CMYK
RGB Variations
Color information
#2E438A (or 0x2E438A) is known color: Tory Blue. HEX triplet: 2E, 43 and 8A. RGB value is (46,67,138). Sum of RGB (Red+Green+Blue) = 46+67+138=251 (33% of max value = 765). Red value is 46 (18.36% from 255 or 18.33% from 251); Green value is 67 (26.56% from 255 or 26.69% from 251); Blue value is 138 (54.30% from 255 or 54.98% from 251); Max value from RGB is 138 - color contains mainly: blue. Hex color #2E438A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2E438A is #D1BC75. Grayscale: #444444. Windows color (decimal): -13745270 or 9061166. OLE color: 9061166.
HSL color Cylindrical-coordinate representation of color #2E438A: hue angle of 226.3º degrees, saturation: 0.5, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2E438A is Cyan = 0.67, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 46 | 67 | 138 | - |
| CMYK | 0.67 | 0.51 | 0 | 0.46 |
| HSL | 226.3º | 0.5% | 0.36% | - |
| HSV(B) | 226.3º | 0.67% | 0.54% | - |
| XYZ | 7.72 | 6.43 | 24.88 | - |
| YUV | 68.82 | 167.04 | 111.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 67 | 138 | 0.67 | 0.51 | 0 | 0.46 | 226.3 | 0.5 | 0.36 |
| Hex | 2E | 43 | 8A | 43 | 33 | 0 | 2E | E2 | 32 | 24 |
| Octal | 56 | 103 | 212 | 103 | 63 | 0 | 56 | 342 | 62 | 44 |
| Binary | 101110 | 1000011 | 10001010 | 1000011 | 110011 | 0 | 101110 | 11100010 | 110010 | 100100 |
Color Harmonies of #2E438A
Complementary color
Monochromatic Colors of #2E438A
Black with #2E438A
Text Example
Text Example
White with #2E438A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E438A; }
p { color: rgb(46,67,138); }
H1.HeaderClassName
{
color: #2E438A;
}
.AnyTagClassName
{
color: #2E438A;
}
</style>
background-color css
<style>
a { background-color: #2E438A; }
a { background-color: rgb(46,67,138); }
div.DivClassName
{
background-color: #2E438A;
}
.BgClassName
{
background-color: #2E438A;
}
</style>
border-color css
<style>
span { border-color: #2E438A; }
span { border-color: rgb(46,67,138); }
td.TdClassName
{
border-color: #2E438A;
}
.TagClassName
{
border-color: #2E438A;
}
</style>