Shades of Tory Blue #304990
Tints of Tory Blue #304990
RGB
CMYK
RGB Variations
Color information
#304990 (or 0x304990) is known color: Tory Blue. HEX triplet: 30, 49 and 90. RGB value is (48,73,144). Sum of RGB (Red+Green+Blue) = 48+73+144=265 (35% of max value = 765). Red value is 48 (19.14% from 255 or 18.11% from 265); Green value is 73 (28.91% from 255 or 27.55% from 265); Blue value is 144 (56.64% from 255 or 54.34% from 265); Max value from RGB is 144 - color contains mainly: blue. Hex color #304990 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #304990 is #CFB66F. Grayscale: #494949. Windows color (decimal): -13612656 or 9455920. OLE color: 9455920.
HSL color Cylindrical-coordinate representation of color #304990: hue angle of 224.38º degrees, saturation: 0.5, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #304990 is Cyan = 0.67, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 48 | 73 | 144 | - |
| CMYK | 0.67 | 0.49 | 0 | 0.44 |
| HSL | 224.38º | 0.5% | 0.38% | - |
| HSV(B) | 224.38º | 0.67% | 0.56% | - |
| XYZ | 8.64 | 7.41 | 27.36 | - |
| YUV | 73.62 | 167.72 | 109.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 73 | 144 | 0.67 | 0.49 | 0 | 0.44 | 224.38 | 0.5 | 0.38 |
| Hex | 30 | 49 | 90 | 43 | 31 | 0 | 2C | E0 | 32 | 26 |
| Octal | 60 | 111 | 220 | 103 | 61 | 0 | 54 | 340 | 62 | 46 |
| Binary | 110000 | 1001001 | 10010000 | 1000011 | 110001 | 0 | 101100 | 11100000 | 110010 | 100110 |
Color Harmonies of #304990
Complementary color
Monochromatic Colors of #304990
Black with #304990
Text Example
Text Example
White with #304990
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #304990; }
p { color: rgb(48,73,144); }
H1.HeaderClassName
{
color: #304990;
}
.AnyTagClassName
{
color: #304990;
}
</style>
background-color css
<style>
a { background-color: #304990; }
a { background-color: rgb(48,73,144); }
div.DivClassName
{
background-color: #304990;
}
.BgClassName
{
background-color: #304990;
}
</style>
border-color css
<style>
span { border-color: #304990; }
span { border-color: rgb(48,73,144); }
td.TdClassName
{
border-color: #304990;
}
.TagClassName
{
border-color: #304990;
}
</style>