Shades of Tory Blue #304091
Tints of Tory Blue #304091
RGB
CMYK
RGB Variations
Color information
#304091 (or 0x304091) is known color: Tory Blue. HEX triplet: 30, 40 and 91. RGB value is (48,64,145). Sum of RGB (Red+Green+Blue) = 48+64+145=257 (34% of max value = 765). Red value is 48 (19.14% from 255 or 18.68% from 257); Green value is 64 (25.39% from 255 or 24.90% from 257); Blue value is 145 (57.03% from 255 or 56.42% from 257); Max value from RGB is 145 - color contains mainly: blue. Hex color #304091 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #304091 is #CFBF6E. Grayscale: #444444. Windows color (decimal): -13614959 or 9519152. OLE color: 9519152.
HSL color Cylindrical-coordinate representation of color #304091: hue angle of 230.1º degrees, saturation: 0.5, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #304091 is Cyan = 0.67, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 48 | 64 | 145 | - |
| CMYK | 0.67 | 0.56 | 0 | 0.43 |
| HSL | 230.1º | 0.5% | 0.38% | - |
| HSV(B) | 230.1º | 0.67% | 0.57% | - |
| XYZ | 8.16 | 6.34 | 27.58 | - |
| YUV | 68.45 | 171.2 | 113.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 64 | 145 | 0.67 | 0.56 | 0 | 0.43 | 230.1 | 0.5 | 0.38 |
| Hex | 30 | 40 | 91 | 43 | 38 | 0 | 2B | E6 | 32 | 26 |
| Octal | 60 | 100 | 221 | 103 | 70 | 0 | 53 | 346 | 62 | 46 |
| Binary | 110000 | 1000000 | 10010001 | 1000011 | 111000 | 0 | 101011 | 11100110 | 110010 | 100110 |
Color Harmonies of #304091
Complementary color
Monochromatic Colors of #304091
Black with #304091
Text Example
Text Example
White with #304091
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #304091; }
p { color: rgb(48,64,145); }
H1.HeaderClassName
{
color: #304091;
}
.AnyTagClassName
{
color: #304091;
}
</style>
background-color css
<style>
a { background-color: #304091; }
a { background-color: rgb(48,64,145); }
div.DivClassName
{
background-color: #304091;
}
.BgClassName
{
background-color: #304091;
}
</style>
border-color css
<style>
span { border-color: #304091; }
span { border-color: rgb(48,64,145); }
td.TdClassName
{
border-color: #304091;
}
.TagClassName
{
border-color: #304091;
}
</style>