Shades of Tory Blue #305494
Tints of Tory Blue #305494
RGB
CMYK
RGB Variations
Color information
#305494 (or 0x305494) is known color: Tory Blue. HEX triplet: 30, 54 and 94. RGB value is (48,84,148). Sum of RGB (Red+Green+Blue) = 48+84+148=280 (37% of max value = 765). Red value is 48 (19.14% from 255 or 17.14% from 280); Green value is 84 (33.20% from 255 or 30% from 280); Blue value is 148 (58.20% from 255 or 52.86% from 280); Max value from RGB is 148 - color contains mainly: blue. Hex color #305494 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #305494 is #CFAB6B. Grayscale: #505050. Windows color (decimal): -13609836 or 9720880. OLE color: 9720880.
HSL color Cylindrical-coordinate representation of color #305494: hue angle of 218.4º 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 #305494 is Cyan = 0.68, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 48 | 84 | 148 | - |
| CMYK | 0.68 | 0.43 | 0 | 0.42 |
| HSL | 218.4º | 0.51% | 0.38% | - |
| HSV(B) | 218.4º | 0.68% | 0.58% | - |
| XYZ | 9.73 | 9.11 | 29.26 | - |
| YUV | 80.53 | 166.07 | 104.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 84 | 148 | 0.68 | 0.43 | 0 | 0.42 | 218.4 | 0.51 | 0.38 |
| Hex | 30 | 54 | 94 | 44 | 2B | 0 | 2A | DA | 33 | 26 |
| Octal | 60 | 124 | 224 | 104 | 53 | 0 | 52 | 332 | 63 | 46 |
| Binary | 110000 | 1010100 | 10010100 | 1000100 | 101011 | 0 | 101010 | 11011010 | 110011 | 100110 |
Color Harmonies of #305494
Complementary color
Monochromatic Colors of #305494
Black with #305494
Text Example
Text Example
White with #305494
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #305494; }
p { color: rgb(48,84,148); }
H1.HeaderClassName
{
color: #305494;
}
.AnyTagClassName
{
color: #305494;
}
</style>
background-color css
<style>
a { background-color: #305494; }
a { background-color: rgb(48,84,148); }
div.DivClassName
{
background-color: #305494;
}
.BgClassName
{
background-color: #305494;
}
</style>
border-color css
<style>
span { border-color: #305494; }
span { border-color: rgb(48,84,148); }
td.TdClassName
{
border-color: #305494;
}
.TagClassName
{
border-color: #305494;
}
</style>