Shades of Tory Blue #303D94
Tints of Tory Blue #303D94
RGB
CMYK
RGB Variations
Color information
#303D94 (or 0x303D94) is known color: Tory Blue. HEX triplet: 30, 3D and 94. RGB value is (48,61,148). Sum of RGB (Red+Green+Blue) = 48+61+148=257 (34% of max value = 765). Red value is 48 (19.14% from 255 or 18.68% from 257); Green value is 61 (24.22% from 255 or 23.74% from 257); Blue value is 148 (58.20% from 255 or 57.59% from 257); Max value from RGB is 148 - color contains mainly: blue. Hex color #303D94 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #303D94 is #CFC26B. Grayscale: #424242. Windows color (decimal): -13615724 or 9714992. OLE color: 9714992.
HSL color Cylindrical-coordinate representation of color #303D94: hue angle of 232.2º degrees, saturation: 0.51, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #303D94 is Cyan = 0.68, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 48 | 61 | 148 | - |
| CMYK | 0.68 | 0.59 | 0 | 0.42 |
| HSL | 232.2º | 0.51% | 0.38% | - |
| HSV(B) | 232.2º | 0.68% | 0.58% | - |
| XYZ | 8.23 | 6.1 | 28.76 | - |
| YUV | 67.03 | 173.69 | 114.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 61 | 148 | 0.68 | 0.59 | 0 | 0.42 | 232.2 | 0.51 | 0.38 |
| Hex | 30 | 3D | 94 | 44 | 3B | 0 | 2A | E8 | 33 | 26 |
| Octal | 60 | 75 | 224 | 104 | 73 | 0 | 52 | 350 | 63 | 46 |
| Binary | 110000 | 111101 | 10010100 | 1000100 | 111011 | 0 | 101010 | 11101000 | 110011 | 100110 |
Color Harmonies of #303D94
Complementary color
Monochromatic Colors of #303D94
Black with #303D94
Text Example
Text Example
White with #303D94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #303D94; }
p { color: rgb(48,61,148); }
H1.HeaderClassName
{
color: #303D94;
}
.AnyTagClassName
{
color: #303D94;
}
</style>
background-color css
<style>
a { background-color: #303D94; }
a { background-color: rgb(48,61,148); }
div.DivClassName
{
background-color: #303D94;
}
.BgClassName
{
background-color: #303D94;
}
</style>
border-color css
<style>
span { border-color: #303D94; }
span { border-color: rgb(48,61,148); }
td.TdClassName
{
border-color: #303D94;
}
.TagClassName
{
border-color: #303D94;
}
</style>