Shades of Tory Blue #304993
Tints of Tory Blue #304993
RGB
CMYK
RGB Variations
Color information
#304993 (or 0x304993) is known color: Tory Blue. HEX triplet: 30, 49 and 93. RGB value is (48,73,147). Sum of RGB (Red+Green+Blue) = 48+73+147=268 (35% of max value = 765). Red value is 48 (19.14% from 255 or 17.91% from 268); Green value is 73 (28.91% from 255 or 27.24% from 268); Blue value is 147 (57.81% from 255 or 54.85% from 268); Max value from RGB is 147 - color contains mainly: blue. Hex color #304993 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #304993 is #CFB66C. Grayscale: #494949. Windows color (decimal): -13612653 or 9652528. OLE color: 9652528.
HSL color Cylindrical-coordinate representation of color #304993: hue angle of 224.85º 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 #304993 is Cyan = 0.67, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 48 | 73 | 147 | - |
| CMYK | 0.67 | 0.50 | 0 | 0.42 |
| HSL | 224.85º | 0.51% | 0.38% | - |
| HSV(B) | 224.85º | 0.67% | 0.58% | - |
| XYZ | 8.87 | 7.5 | 28.58 | - |
| YUV | 73.96 | 169.22 | 109.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 73 | 147 | 0.67 | 0.50 | 0 | 0.42 | 224.85 | 0.51 | 0.38 |
| Hex | 30 | 49 | 93 | 43 | 32 | 0 | 2A | E1 | 33 | 26 |
| Octal | 60 | 111 | 223 | 103 | 62 | 0 | 52 | 341 | 63 | 46 |
| Binary | 110000 | 1001001 | 10010011 | 1000011 | 110010 | 0 | 101010 | 11100001 | 110011 | 100110 |
Color Harmonies of #304993
Complementary color
Monochromatic Colors of #304993
Black with #304993
Text Example
Text Example
White with #304993
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #304993; }
p { color: rgb(48,73,147); }
H1.HeaderClassName
{
color: #304993;
}
.AnyTagClassName
{
color: #304993;
}
</style>
background-color css
<style>
a { background-color: #304993; }
a { background-color: rgb(48,73,147); }
div.DivClassName
{
background-color: #304993;
}
.BgClassName
{
background-color: #304993;
}
</style>
border-color css
<style>
span { border-color: #304993; }
span { border-color: rgb(48,73,147); }
td.TdClassName
{
border-color: #304993;
}
.TagClassName
{
border-color: #304993;
}
</style>