Shades of Tory Blue #304A86
Tints of Tory Blue #304A86
RGB
CMYK
RGB Variations
Color information
#304A86 (or 0x304A86) is known color: Tory Blue. HEX triplet: 30, 4A and 86. RGB value is (48,74,134). Sum of RGB (Red+Green+Blue) = 48+74+134=256 (33% of max value = 765). Red value is 48 (19.14% from 255 or 18.75% from 256); Green value is 74 (29.30% from 255 or 28.91% from 256); Blue value is 134 (52.73% from 255 or 52.34% from 256); Max value from RGB is 134 - color contains mainly: blue. Hex color #304A86 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #304A86 is #CFB579. Grayscale: #484848. Windows color (decimal): -13612410 or 8800816. OLE color: 8800816.
HSL color Cylindrical-coordinate representation of color #304A86: hue angle of 221.86º 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 #304A86 is Cyan = 0.64, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 48 | 74 | 134 | - |
| CMYK | 0.64 | 0.45 | 0 | 0.47 |
| HSL | 221.86º | 0.47% | 0.36% | - |
| HSV(B) | 221.86º | 0.64% | 0.53% | - |
| XYZ | 7.97 | 7.25 | 23.53 | - |
| YUV | 73.07 | 162.39 | 110.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 74 | 134 | 0.64 | 0.45 | 0 | 0.47 | 221.86 | 0.47 | 0.36 |
| Hex | 30 | 4A | 86 | 40 | 2D | 0 | 2F | DE | 2F | 24 |
| Octal | 60 | 112 | 206 | 100 | 55 | 0 | 57 | 336 | 57 | 44 |
| Binary | 110000 | 1001010 | 10000110 | 1000000 | 101101 | 0 | 101111 | 11011110 | 101111 | 100100 |
Color Harmonies of #304A86
Complementary color
Monochromatic Colors of #304A86
Black with #304A86
Text Example
Text Example
White with #304A86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #304A86; }
p { color: rgb(48,74,134); }
H1.HeaderClassName
{
color: #304A86;
}
.AnyTagClassName
{
color: #304A86;
}
</style>
background-color css
<style>
a { background-color: #304A86; }
a { background-color: rgb(48,74,134); }
div.DivClassName
{
background-color: #304A86;
}
.BgClassName
{
background-color: #304A86;
}
</style>
border-color css
<style>
span { border-color: #304A86; }
span { border-color: rgb(48,74,134); }
td.TdClassName
{
border-color: #304A86;
}
.TagClassName
{
border-color: #304A86;
}
</style>