Shades of Tory Blue #303FA1
Tints of Tory Blue #303FA1
RGB
CMYK
RGB Variations
Color information
#303FA1 (or 0x303FA1) is known color: Tory Blue. HEX triplet: 30, 3F and A1. RGB value is (48,63,161). Sum of RGB (Red+Green+Blue) = 48+63+161=272 (36% of max value = 765). Red value is 48 (19.14% from 255 or 17.65% from 272); Green value is 63 (25% from 255 or 23.16% from 272); Blue value is 161 (63.28% from 255 or 59.19% from 272); Max value from RGB is 161 - color contains mainly: blue. Hex color #303FA1 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #303FA1 is #CFC05E. Grayscale: #454545. Windows color (decimal): -13615199 or 10567472. OLE color: 10567472.
HSL color Cylindrical-coordinate representation of color #303FA1: hue angle of 232.04º degrees, saturation: 0.54, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #303FA1 is Cyan = 0.70, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 48 | 63 | 161 | - |
| CMYK | 0.70 | 0.61 | 0 | 0.37 |
| HSL | 232.04º | 0.54% | 0.41% | - |
| HSV(B) | 232.04º | 0.7% | 0.63% | - |
| XYZ | 9.43 | 6.76 | 34.53 | - |
| YUV | 69.69 | 179.53 | 112.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 63 | 161 | 0.70 | 0.61 | 0 | 0.37 | 232.04 | 0.54 | 0.41 |
| Hex | 30 | 3F | A1 | 46 | 3D | 0 | 25 | E8 | 36 | 29 |
| Octal | 60 | 77 | 241 | 106 | 75 | 0 | 45 | 350 | 66 | 51 |
| Binary | 110000 | 111111 | 10100001 | 1000110 | 111101 | 0 | 100101 | 11101000 | 110110 | 101001 |
Color Harmonies of #303FA1
Complementary color
Monochromatic Colors of #303FA1
Black with #303FA1
Text Example
Text Example
White with #303FA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #303FA1; }
p { color: rgb(48,63,161); }
H1.HeaderClassName
{
color: #303FA1;
}
.AnyTagClassName
{
color: #303FA1;
}
</style>
background-color css
<style>
a { background-color: #303FA1; }
a { background-color: rgb(48,63,161); }
div.DivClassName
{
background-color: #303FA1;
}
.BgClassName
{
background-color: #303FA1;
}
</style>
border-color css
<style>
span { border-color: #303FA1; }
span { border-color: rgb(48,63,161); }
td.TdClassName
{
border-color: #303FA1;
}
.TagClassName
{
border-color: #303FA1;
}
</style>