Shades of Tory Blue #2D3D91
Tints of Tory Blue #2D3D91
RGB
CMYK
RGB Variations
Color information
#2D3D91 (or 0x2D3D91) is known color: Tory Blue. HEX triplet: 2D, 3D and 91. RGB value is (45,61,145). Sum of RGB (Red+Green+Blue) = 45+61+145=251 (33% of max value = 765). Red value is 45 (17.97% from 255 or 17.93% from 251); Green value is 61 (24.22% from 255 or 24.30% from 251); Blue value is 145 (57.03% from 255 or 57.77% from 251); Max value from RGB is 145 - color contains mainly: blue. Hex color #2D3D91 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2D3D91 is #D2C26E. Grayscale: #414141. Windows color (decimal): -13812335 or 9518381. OLE color: 9518381.
HSL color Cylindrical-coordinate representation of color #2D3D91: hue angle of 230.4º degrees, saturation: 0.53, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2D3D91 is Cyan = 0.69, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 45 | 61 | 145 | - |
| CMYK | 0.69 | 0.58 | 0 | 0.43 |
| HSL | 230.4º | 0.53% | 0.37% | - |
| HSV(B) | 230.4º | 0.69% | 0.57% | - |
| XYZ | 7.86 | 5.94 | 27.52 | - |
| YUV | 65.79 | 172.7 | 113.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 61 | 145 | 0.69 | 0.58 | 0 | 0.43 | 230.4 | 0.53 | 0.37 |
| Hex | 2D | 3D | 91 | 45 | 3A | 0 | 2B | E6 | 35 | 25 |
| Octal | 55 | 75 | 221 | 105 | 72 | 0 | 53 | 346 | 65 | 45 |
| Binary | 101101 | 111101 | 10010001 | 1000101 | 111010 | 0 | 101011 | 11100110 | 110101 | 100101 |
Color Harmonies of #2D3D91
Complementary color
Monochromatic Colors of #2D3D91
Black with #2D3D91
Text Example
Text Example
White with #2D3D91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D3D91; }
p { color: rgb(45,61,145); }
H1.HeaderClassName
{
color: #2D3D91;
}
.AnyTagClassName
{
color: #2D3D91;
}
</style>
background-color css
<style>
a { background-color: #2D3D91; }
a { background-color: rgb(45,61,145); }
div.DivClassName
{
background-color: #2D3D91;
}
.BgClassName
{
background-color: #2D3D91;
}
</style>
border-color css
<style>
span { border-color: #2D3D91; }
span { border-color: rgb(45,61,145); }
td.TdClassName
{
border-color: #2D3D91;
}
.TagClassName
{
border-color: #2D3D91;
}
</style>