Shades of Tory Blue #303F93
Tints of Tory Blue #303F93
RGB
CMYK
RGB Variations
Color information
#303F93 (or 0x303F93) is known color: Tory Blue. HEX triplet: 30, 3F and 93. RGB value is (48,63,147). Sum of RGB (Red+Green+Blue) = 48+63+147=258 (34% of max value = 765). Red value is 48 (19.14% from 255 or 18.60% from 258); Green value is 63 (25% from 255 or 24.42% from 258); Blue value is 147 (57.81% from 255 or 56.98% from 258); Max value from RGB is 147 - color contains mainly: blue. Hex color #303F93 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #303F93 is #CFC06C. Grayscale: #434343. Windows color (decimal): -13615213 or 9649968. OLE color: 9649968.
HSL color Cylindrical-coordinate representation of color #303F93: hue angle of 230.91º degrees, saturation: 0.51, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #303F93 is Cyan = 0.67, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 48 | 63 | 147 | - |
| CMYK | 0.67 | 0.57 | 0 | 0.42 |
| HSL | 230.91º | 0.51% | 0.38% | - |
| HSV(B) | 230.91º | 0.67% | 0.58% | - |
| XYZ | 8.26 | 6.29 | 28.38 | - |
| YUV | 68.09 | 172.53 | 113.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 63 | 147 | 0.67 | 0.57 | 0 | 0.42 | 230.91 | 0.51 | 0.38 |
| Hex | 30 | 3F | 93 | 43 | 39 | 0 | 2A | E7 | 33 | 26 |
| Octal | 60 | 77 | 223 | 103 | 71 | 0 | 52 | 347 | 63 | 46 |
| Binary | 110000 | 111111 | 10010011 | 1000011 | 111001 | 0 | 101010 | 11100111 | 110011 | 100110 |
Color Harmonies of #303F93
Complementary color
Monochromatic Colors of #303F93
Black with #303F93
Text Example
Text Example
White with #303F93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #303F93; }
p { color: rgb(48,63,147); }
H1.HeaderClassName
{
color: #303F93;
}
.AnyTagClassName
{
color: #303F93;
}
</style>
background-color css
<style>
a { background-color: #303F93; }
a { background-color: rgb(48,63,147); }
div.DivClassName
{
background-color: #303F93;
}
.BgClassName
{
background-color: #303F93;
}
</style>
border-color css
<style>
span { border-color: #303F93; }
span { border-color: rgb(48,63,147); }
td.TdClassName
{
border-color: #303F93;
}
.TagClassName
{
border-color: #303F93;
}
</style>