Shades of Tory Blue #304894
Tints of Tory Blue #304894
RGB
CMYK
RGB Variations
Color information
#304894 (or 0x304894) is known color: Tory Blue. HEX triplet: 30, 48 and 94. RGB value is (48,72,148). Sum of RGB (Red+Green+Blue) = 48+72+148=268 (35% of max value = 765). Red value is 48 (19.14% from 255 or 17.91% from 268); Green value is 72 (28.52% from 255 or 26.87% from 268); Blue value is 148 (58.20% from 255 or 55.22% from 268); Max value from RGB is 148 - color contains mainly: blue. Hex color #304894 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #304894 is #CFB76B. Grayscale: #494949. Windows color (decimal): -13612908 or 9717808. OLE color: 9717808.
HSL color Cylindrical-coordinate representation of color #304894: hue angle of 225.6º 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 #304894 is Cyan = 0.68, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 48 | 72 | 148 | - |
| CMYK | 0.68 | 0.51 | 0 | 0.42 |
| HSL | 225.6º | 0.51% | 0.38% | - |
| HSV(B) | 225.6º | 0.68% | 0.58% | - |
| XYZ | 8.88 | 7.4 | 28.98 | - |
| YUV | 73.49 | 170.05 | 109.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 72 | 148 | 0.68 | 0.51 | 0 | 0.42 | 225.6 | 0.51 | 0.38 |
| Hex | 30 | 48 | 94 | 44 | 33 | 0 | 2A | E2 | 33 | 26 |
| Octal | 60 | 110 | 224 | 104 | 63 | 0 | 52 | 342 | 63 | 46 |
| Binary | 110000 | 1001000 | 10010100 | 1000100 | 110011 | 0 | 101010 | 11100010 | 110011 | 100110 |
Color Harmonies of #304894
Complementary color
Monochromatic Colors of #304894
Black with #304894
Text Example
Text Example
White with #304894
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #304894; }
p { color: rgb(48,72,148); }
H1.HeaderClassName
{
color: #304894;
}
.AnyTagClassName
{
color: #304894;
}
</style>
background-color css
<style>
a { background-color: #304894; }
a { background-color: rgb(48,72,148); }
div.DivClassName
{
background-color: #304894;
}
.BgClassName
{
background-color: #304894;
}
</style>
border-color css
<style>
span { border-color: #304894; }
span { border-color: rgb(48,72,148); }
td.TdClassName
{
border-color: #304894;
}
.TagClassName
{
border-color: #304894;
}
</style>