Shades of Tory Blue #304796
Tints of Tory Blue #304796
RGB
CMYK
RGB Variations
Color information
#304796 (or 0x304796) is known color: Tory Blue. HEX triplet: 30, 47 and 96. RGB value is (48,71,150). Sum of RGB (Red+Green+Blue) = 48+71+150=269 (35% of max value = 765). Red value is 48 (19.14% from 255 or 17.84% from 269); Green value is 71 (28.12% from 255 or 26.39% from 269); Blue value is 150 (58.98% from 255 or 55.76% from 269); Max value from RGB is 150 - color contains mainly: blue. Hex color #304796 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #304796 is #CFB869. Grayscale: #484848. Windows color (decimal): -13613162 or 9848624. OLE color: 9848624.
HSL color Cylindrical-coordinate representation of color #304796: hue angle of 226.47º degrees, saturation: 0.52, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #304796 is Cyan = 0.68, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 48 | 71 | 150 | - |
| CMYK | 0.68 | 0.53 | 0 | 0.41 |
| HSL | 226.47º | 0.52% | 0.39% | - |
| HSV(B) | 226.47º | 0.68% | 0.59% | - |
| XYZ | 8.98 | 7.34 | 29.8 | - |
| YUV | 73.13 | 171.38 | 110.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 71 | 150 | 0.68 | 0.53 | 0 | 0.41 | 226.47 | 0.52 | 0.39 |
| Hex | 30 | 47 | 96 | 44 | 35 | 0 | 29 | E2 | 34 | 27 |
| Octal | 60 | 107 | 226 | 104 | 65 | 0 | 51 | 342 | 64 | 47 |
| Binary | 110000 | 1000111 | 10010110 | 1000100 | 110101 | 0 | 101001 | 11100010 | 110100 | 100111 |
Color Harmonies of #304796
Complementary color
Monochromatic Colors of #304796
Black with #304796
Text Example
Text Example
White with #304796
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #304796; }
p { color: rgb(48,71,150); }
H1.HeaderClassName
{
color: #304796;
}
.AnyTagClassName
{
color: #304796;
}
</style>
background-color css
<style>
a { background-color: #304796; }
a { background-color: rgb(48,71,150); }
div.DivClassName
{
background-color: #304796;
}
.BgClassName
{
background-color: #304796;
}
</style>
border-color css
<style>
span { border-color: #304796; }
span { border-color: rgb(48,71,150); }
td.TdClassName
{
border-color: #304796;
}
.TagClassName
{
border-color: #304796;
}
</style>