Shades of Tory Blue #304D8E
Tints of Tory Blue #304D8E
RGB
CMYK
RGB Variations
Color information
#304D8E (or 0x304D8E) is known color: Tory Blue. HEX triplet: 30, 4D and 8E. RGB value is (48,77,142). Sum of RGB (Red+Green+Blue) = 48+77+142=267 (35% of max value = 765). Red value is 48 (19.14% from 255 or 17.98% from 267); Green value is 77 (30.47% from 255 or 28.84% from 267); Blue value is 142 (55.86% from 255 or 53.18% from 267); Max value from RGB is 142 - color contains mainly: blue. Hex color #304D8E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #304D8E is #CFB271. Grayscale: #4B4B4B. Windows color (decimal): -13611634 or 9325872. OLE color: 9325872.
HSL color Cylindrical-coordinate representation of color #304D8E: hue angle of 221.49º degrees, saturation: 0.49, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #304D8E is Cyan = 0.66, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 48 | 77 | 142 | - |
| CMYK | 0.66 | 0.46 | 0 | 0.44 |
| HSL | 221.49º | 0.49% | 0.37% | - |
| HSV(B) | 221.49º | 0.66% | 0.56% | - |
| XYZ | 8.76 | 7.89 | 26.65 | - |
| YUV | 75.74 | 165.39 | 108.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 77 | 142 | 0.66 | 0.46 | 0 | 0.44 | 221.49 | 0.49 | 0.37 |
| Hex | 30 | 4D | 8E | 42 | 2E | 0 | 2C | DD | 31 | 25 |
| Octal | 60 | 115 | 216 | 102 | 56 | 0 | 54 | 335 | 61 | 45 |
| Binary | 110000 | 1001101 | 10001110 | 1000010 | 101110 | 0 | 101100 | 11011101 | 110001 | 100101 |
Color Harmonies of #304D8E
Complementary color
Monochromatic Colors of #304D8E
Black with #304D8E
Text Example
Text Example
White with #304D8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #304D8E; }
p { color: rgb(48,77,142); }
H1.HeaderClassName
{
color: #304D8E;
}
.AnyTagClassName
{
color: #304D8E;
}
</style>
background-color css
<style>
a { background-color: #304D8E; }
a { background-color: rgb(48,77,142); }
div.DivClassName
{
background-color: #304D8E;
}
.BgClassName
{
background-color: #304D8E;
}
</style>
border-color css
<style>
span { border-color: #304D8E; }
span { border-color: rgb(48,77,142); }
td.TdClassName
{
border-color: #304D8E;
}
.TagClassName
{
border-color: #304D8E;
}
</style>