Shades of Tory Blue #304A87
Tints of Tory Blue #304A87
RGB
CMYK
RGB Variations
Color information
#304A87 (or 0x304A87) is known color: Tory Blue. HEX triplet: 30, 4A and 87. RGB value is (48,74,135). Sum of RGB (Red+Green+Blue) = 48+74+135=257 (34% of max value = 765). Red value is 48 (19.14% from 255 or 18.68% from 257); Green value is 74 (29.30% from 255 or 28.79% from 257); Blue value is 135 (53.12% from 255 or 52.53% from 257); Max value from RGB is 135 - color contains mainly: blue. Hex color #304A87 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #304A87 is #CFB578. Grayscale: #484848. Windows color (decimal): -13612409 or 8866352. OLE color: 8866352.
HSL color Cylindrical-coordinate representation of color #304A87: hue angle of 222.07º degrees, saturation: 0.48, 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 #304A87 is Cyan = 0.64, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 48 | 74 | 135 | - |
| CMYK | 0.64 | 0.45 | 0 | 0.47 |
| HSL | 222.07º | 0.48% | 0.36% | - |
| HSV(B) | 222.07º | 0.64% | 0.53% | - |
| XYZ | 8.04 | 7.28 | 23.9 | - |
| YUV | 73.18 | 162.89 | 110.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 74 | 135 | 0.64 | 0.45 | 0 | 0.47 | 222.07 | 0.48 | 0.36 |
| Hex | 30 | 4A | 87 | 40 | 2D | 0 | 2F | DE | 30 | 24 |
| Octal | 60 | 112 | 207 | 100 | 55 | 0 | 57 | 336 | 60 | 44 |
| Binary | 110000 | 1001010 | 10000111 | 1000000 | 101101 | 0 | 101111 | 11011110 | 110000 | 100100 |
Color Harmonies of #304A87
Complementary color
Monochromatic Colors of #304A87
Black with #304A87
Text Example
Text Example
White with #304A87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #304A87; }
p { color: rgb(48,74,135); }
H1.HeaderClassName
{
color: #304A87;
}
.AnyTagClassName
{
color: #304A87;
}
</style>
background-color css
<style>
a { background-color: #304A87; }
a { background-color: rgb(48,74,135); }
div.DivClassName
{
background-color: #304A87;
}
.BgClassName
{
background-color: #304A87;
}
</style>
border-color css
<style>
span { border-color: #304A87; }
span { border-color: rgb(48,74,135); }
td.TdClassName
{
border-color: #304A87;
}
.TagClassName
{
border-color: #304A87;
}
</style>