Shades of Tory Blue #304986
Tints of Tory Blue #304986
RGB
CMYK
RGB Variations
Color information
#304986 (or 0x304986) is known color: Tory Blue. HEX triplet: 30, 49 and 86. RGB value is (48,73,134). Sum of RGB (Red+Green+Blue) = 48+73+134=255 (33% of max value = 765). Red value is 48 (19.14% from 255 or 18.82% from 255); Green value is 73 (28.91% from 255 or 28.63% from 255); Blue value is 134 (52.73% from 255 or 52.55% from 255); Max value from RGB is 134 - color contains mainly: blue. Hex color #304986 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #304986 is #CFB679. Grayscale: #484848. Windows color (decimal): -13612666 or 8800560. OLE color: 8800560.
HSL color Cylindrical-coordinate representation of color #304986: hue angle of 222.56º degrees, saturation: 0.47, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #304986 is Cyan = 0.64, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 48 | 73 | 134 | - |
| CMYK | 0.64 | 0.46 | 0 | 0.47 |
| HSL | 222.56º | 0.47% | 0.36% | - |
| HSV(B) | 222.56º | 0.64% | 0.53% | - |
| XYZ | 7.9 | 7.11 | 23.51 | - |
| YUV | 72.48 | 162.72 | 110.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 73 | 134 | 0.64 | 0.46 | 0 | 0.47 | 222.56 | 0.47 | 0.36 |
| Hex | 30 | 49 | 86 | 40 | 2E | 0 | 2F | DF | 2F | 24 |
| Octal | 60 | 111 | 206 | 100 | 56 | 0 | 57 | 337 | 57 | 44 |
| Binary | 110000 | 1001001 | 10000110 | 1000000 | 101110 | 0 | 101111 | 11011111 | 101111 | 100100 |
Color Harmonies of #304986
Complementary color
Monochromatic Colors of #304986
Black with #304986
Text Example
Text Example
White with #304986
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #304986; }
p { color: rgb(48,73,134); }
H1.HeaderClassName
{
color: #304986;
}
.AnyTagClassName
{
color: #304986;
}
</style>
background-color css
<style>
a { background-color: #304986; }
a { background-color: rgb(48,73,134); }
div.DivClassName
{
background-color: #304986;
}
.BgClassName
{
background-color: #304986;
}
</style>
border-color css
<style>
span { border-color: #304986; }
span { border-color: rgb(48,73,134); }
td.TdClassName
{
border-color: #304986;
}
.TagClassName
{
border-color: #304986;
}
</style>