Shades of Tory Blue #304F8D
Tints of Tory Blue #304F8D
RGB
CMYK
RGB Variations
Color information
#304F8D (or 0x304F8D) is known color: Tory Blue. HEX triplet: 30, 4F and 8D. RGB value is (48,79,141). Sum of RGB (Red+Green+Blue) = 48+79+141=268 (35% of max value = 765). Red value is 48 (19.14% from 255 or 17.91% from 268); Green value is 79 (31.25% from 255 or 29.48% from 268); Blue value is 141 (55.47% from 255 or 52.61% from 268); Max value from RGB is 141 - color contains mainly: blue. Hex color #304F8D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #304F8D is #CFB072. Grayscale: #4C4C4C. Windows color (decimal): -13611123 or 9260848. OLE color: 9260848.
HSL color Cylindrical-coordinate representation of color #304F8D: hue angle of 220º degrees, saturation: 0.49, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #304F8D is Cyan = 0.66, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 48 | 79 | 141 | - |
| CMYK | 0.66 | 0.44 | 0 | 0.45 |
| HSL | 220º | 0.49% | 0.37% | - |
| HSV(B) | 220º | 0.66% | 0.55% | - |
| XYZ | 8.82 | 8.14 | 26.31 | - |
| YUV | 76.8 | 164.23 | 107.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 79 | 141 | 0.66 | 0.44 | 0 | 0.45 | 220 | 0.49 | 0.37 |
| Hex | 30 | 4F | 8D | 42 | 2C | 0 | 2D | DC | 31 | 25 |
| Octal | 60 | 117 | 215 | 102 | 54 | 0 | 55 | 334 | 61 | 45 |
| Binary | 110000 | 1001111 | 10001101 | 1000010 | 101100 | 0 | 101101 | 11011100 | 110001 | 100101 |
Color Harmonies of #304F8D
Complementary color
Monochromatic Colors of #304F8D
Black with #304F8D
Text Example
Text Example
White with #304F8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #304F8D; }
p { color: rgb(48,79,141); }
H1.HeaderClassName
{
color: #304F8D;
}
.AnyTagClassName
{
color: #304F8D;
}
</style>
background-color css
<style>
a { background-color: #304F8D; }
a { background-color: rgb(48,79,141); }
div.DivClassName
{
background-color: #304F8D;
}
.BgClassName
{
background-color: #304F8D;
}
</style>
border-color css
<style>
span { border-color: #304F8D; }
span { border-color: rgb(48,79,141); }
td.TdClassName
{
border-color: #304F8D;
}
.TagClassName
{
border-color: #304F8D;
}
</style>