Shades of Tory Blue #30448E
Tints of Tory Blue #30448E
RGB
CMYK
RGB Variations
Color information
#30448E (or 0x30448E) is known color: Tory Blue. HEX triplet: 30, 44 and 8E. RGB value is (48,68,142). Sum of RGB (Red+Green+Blue) = 48+68+142=258 (34% of max value = 765). Red value is 48 (19.14% from 255 or 18.60% from 258); Green value is 68 (26.95% from 255 or 26.36% from 258); Blue value is 142 (55.86% from 255 or 55.04% from 258); Max value from RGB is 142 - color contains mainly: blue. Hex color #30448E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #30448E is #CFBB71. Grayscale: #464646. Windows color (decimal): -13613938 or 9323568. OLE color: 9323568.
HSL color Cylindrical-coordinate representation of color #30448E: hue angle of 227.23º degrees, saturation: 0.49, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #30448E is Cyan = 0.66, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 48 | 68 | 142 | - |
| CMYK | 0.66 | 0.52 | 0 | 0.44 |
| HSL | 227.23º | 0.49% | 0.37% | - |
| HSV(B) | 227.23º | 0.66% | 0.56% | - |
| XYZ | 8.17 | 6.72 | 26.46 | - |
| YUV | 70.46 | 168.37 | 111.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 68 | 142 | 0.66 | 0.52 | 0 | 0.44 | 227.23 | 0.49 | 0.37 |
| Hex | 30 | 44 | 8E | 42 | 34 | 0 | 2C | E3 | 31 | 25 |
| Octal | 60 | 104 | 216 | 102 | 64 | 0 | 54 | 343 | 61 | 45 |
| Binary | 110000 | 1000100 | 10001110 | 1000010 | 110100 | 0 | 101100 | 11100011 | 110001 | 100101 |
Color Harmonies of #30448E
Complementary color
Monochromatic Colors of #30448E
Black with #30448E
Text Example
Text Example
White with #30448E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30448E; }
p { color: rgb(48,68,142); }
H1.HeaderClassName
{
color: #30448E;
}
.AnyTagClassName
{
color: #30448E;
}
</style>
background-color css
<style>
a { background-color: #30448E; }
a { background-color: rgb(48,68,142); }
div.DivClassName
{
background-color: #30448E;
}
.BgClassName
{
background-color: #30448E;
}
</style>
border-color css
<style>
span { border-color: #30448E; }
span { border-color: rgb(48,68,142); }
td.TdClassName
{
border-color: #30448E;
}
.TagClassName
{
border-color: #30448E;
}
</style>