Shades of Tory Blue #303C91
Tints of Tory Blue #303C91
RGB
CMYK
RGB Variations
Color information
#303C91 (or 0x303C91) is known color: Tory Blue. HEX triplet: 30, 3C and 91. RGB value is (48,60,145). Sum of RGB (Red+Green+Blue) = 48+60+145=253 (33% of max value = 765). Red value is 48 (19.14% from 255 or 18.97% from 253); Green value is 60 (23.83% from 255 or 23.72% from 253); Blue value is 145 (57.03% from 255 or 57.31% from 253); Max value from RGB is 145 - color contains mainly: blue. Hex color #303C91 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #303C91 is #CFC36E. Grayscale: #414141. Windows color (decimal): -13615983 or 9518128. OLE color: 9518128.
HSL color Cylindrical-coordinate representation of color #303C91: hue angle of 232.58º 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 #303C91 is Cyan = 0.67, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 48 | 60 | 145 | - |
| CMYK | 0.67 | 0.59 | 0 | 0.43 |
| HSL | 232.58º | 0.5% | 0.38% | - |
| HSV(B) | 232.58º | 0.67% | 0.57% | - |
| XYZ | 7.95 | 5.9 | 27.51 | - |
| YUV | 66.1 | 172.52 | 115.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 60 | 145 | 0.67 | 0.59 | 0 | 0.43 | 232.58 | 0.5 | 0.38 |
| Hex | 30 | 3C | 91 | 43 | 3B | 0 | 2B | E9 | 32 | 26 |
| Octal | 60 | 74 | 221 | 103 | 73 | 0 | 53 | 351 | 62 | 46 |
| Binary | 110000 | 111100 | 10010001 | 1000011 | 111011 | 0 | 101011 | 11101001 | 110010 | 100110 |
Color Harmonies of #303C91
Complementary color
Monochromatic Colors of #303C91
Black with #303C91
Text Example
Text Example
White with #303C91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #303C91; }
p { color: rgb(48,60,145); }
H1.HeaderClassName
{
color: #303C91;
}
.AnyTagClassName
{
color: #303C91;
}
</style>
background-color css
<style>
a { background-color: #303C91; }
a { background-color: rgb(48,60,145); }
div.DivClassName
{
background-color: #303C91;
}
.BgClassName
{
background-color: #303C91;
}
</style>
border-color css
<style>
span { border-color: #303C91; }
span { border-color: rgb(48,60,145); }
td.TdClassName
{
border-color: #303C91;
}
.TagClassName
{
border-color: #303C91;
}
</style>