Shades of Tory Blue #304A91
Tints of Tory Blue #304A91
RGB
CMYK
RGB Variations
Color information
#304A91 (or 0x304A91) is known color: Tory Blue. HEX triplet: 30, 4A and 91. RGB value is (48,74,145). Sum of RGB (Red+Green+Blue) = 48+74+145=267 (35% of max value = 765). Red value is 48 (19.14% from 255 or 17.98% from 267); Green value is 74 (29.30% from 255 or 27.72% from 267); Blue value is 145 (57.03% from 255 or 54.31% from 267); Max value from RGB is 145 - color contains mainly: blue. Hex color #304A91 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #304A91 is #CFB56E. Grayscale: #4A4A4A. Windows color (decimal): -13612399 or 9521712. OLE color: 9521712.
HSL color Cylindrical-coordinate representation of color #304A91: hue angle of 223.92º 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 #304A91 is Cyan = 0.67, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 48 | 74 | 145 | - |
| CMYK | 0.67 | 0.49 | 0 | 0.43 |
| HSL | 223.92º | 0.5% | 0.38% | - |
| HSV(B) | 223.92º | 0.67% | 0.57% | - |
| XYZ | 8.78 | 7.57 | 27.79 | - |
| YUV | 74.32 | 167.89 | 109.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 74 | 145 | 0.67 | 0.49 | 0 | 0.43 | 223.92 | 0.5 | 0.38 |
| Hex | 30 | 4A | 91 | 43 | 31 | 0 | 2B | E0 | 32 | 26 |
| Octal | 60 | 112 | 221 | 103 | 61 | 0 | 53 | 340 | 62 | 46 |
| Binary | 110000 | 1001010 | 10010001 | 1000011 | 110001 | 0 | 101011 | 11100000 | 110010 | 100110 |
Color Harmonies of #304A91
Complementary color
Monochromatic Colors of #304A91
Black with #304A91
Text Example
Text Example
White with #304A91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #304A91; }
p { color: rgb(48,74,145); }
H1.HeaderClassName
{
color: #304A91;
}
.AnyTagClassName
{
color: #304A91;
}
</style>
background-color css
<style>
a { background-color: #304A91; }
a { background-color: rgb(48,74,145); }
div.DivClassName
{
background-color: #304A91;
}
.BgClassName
{
background-color: #304A91;
}
</style>
border-color css
<style>
span { border-color: #304A91; }
span { border-color: rgb(48,74,145); }
td.TdClassName
{
border-color: #304A91;
}
.TagClassName
{
border-color: #304A91;
}
</style>