Shades of Tory Blue #303D91
Tints of Tory Blue #303D91
RGB
CMYK
RGB Variations
Color information
#303D91 (or 0x303D91) is known color: Tory Blue. HEX triplet: 30, 3D and 91. RGB value is (48,61,145). Sum of RGB (Red+Green+Blue) = 48+61+145=254 (33% of max value = 765). Red value is 48 (19.14% from 255 or 18.90% from 254); Green value is 61 (24.22% from 255 or 24.02% from 254); Blue value is 145 (57.03% from 255 or 57.09% from 254); Max value from RGB is 145 - color contains mainly: blue. Hex color #303D91 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #303D91 is #CFC26E. Grayscale: #424242. Windows color (decimal): -13615727 or 9518384. OLE color: 9518384.
HSL color Cylindrical-coordinate representation of color #303D91: hue angle of 231.96º degrees, saturation: 0.5, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #303D91 is Cyan = 0.67, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 48 | 61 | 145 | - |
| CMYK | 0.67 | 0.58 | 0 | 0.43 |
| HSL | 231.96º | 0.5% | 0.38% | - |
| HSV(B) | 231.96º | 0.67% | 0.57% | - |
| XYZ | 8 | 6.01 | 27.53 | - |
| YUV | 66.69 | 172.19 | 114.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 61 | 145 | 0.67 | 0.58 | 0 | 0.43 | 231.96 | 0.5 | 0.38 |
| Hex | 30 | 3D | 91 | 43 | 3A | 0 | 2B | E8 | 32 | 26 |
| Octal | 60 | 75 | 221 | 103 | 72 | 0 | 53 | 350 | 62 | 46 |
| Binary | 110000 | 111101 | 10010001 | 1000011 | 111010 | 0 | 101011 | 11101000 | 110010 | 100110 |
Color Harmonies of #303D91
Complementary color
Monochromatic Colors of #303D91
Black with #303D91
Text Example
Text Example
White with #303D91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #303D91; }
p { color: rgb(48,61,145); }
H1.HeaderClassName
{
color: #303D91;
}
.AnyTagClassName
{
color: #303D91;
}
</style>
background-color css
<style>
a { background-color: #303D91; }
a { background-color: rgb(48,61,145); }
div.DivClassName
{
background-color: #303D91;
}
.BgClassName
{
background-color: #303D91;
}
</style>
border-color css
<style>
span { border-color: #303D91; }
span { border-color: rgb(48,61,145); }
td.TdClassName
{
border-color: #303D91;
}
.TagClassName
{
border-color: #303D91;
}
</style>