Shades of Tory Blue #304292
Tints of Tory Blue #304292
RGB
CMYK
RGB Variations
Color information
#304292 (or 0x304292) is known color: Tory Blue. HEX triplet: 30, 42 and 92. RGB value is (48,66,146). Sum of RGB (Red+Green+Blue) = 48+66+146=260 (34% of max value = 765). Red value is 48 (19.14% from 255 or 18.46% from 260); Green value is 66 (26.17% from 255 or 25.38% from 260); Blue value is 146 (57.42% from 255 or 56.15% from 260); Max value from RGB is 146 - color contains mainly: blue. Hex color #304292 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #304292 is #CFBD6D. Grayscale: #454545. Windows color (decimal): -13614446 or 9585200. OLE color: 9585200.
HSL color Cylindrical-coordinate representation of color #304292: hue angle of 228.98º degrees, saturation: 0.51, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #304292 is Cyan = 0.67, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 48 | 66 | 146 | - |
| CMYK | 0.67 | 0.55 | 0 | 0.43 |
| HSL | 228.98º | 0.51% | 0.38% | - |
| HSV(B) | 228.98º | 0.67% | 0.57% | - |
| XYZ | 8.36 | 6.6 | 28.03 | - |
| YUV | 69.74 | 171.04 | 112.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 66 | 146 | 0.67 | 0.55 | 0 | 0.43 | 228.98 | 0.51 | 0.38 |
| Hex | 30 | 42 | 92 | 43 | 37 | 0 | 2B | E5 | 33 | 26 |
| Octal | 60 | 102 | 222 | 103 | 67 | 0 | 53 | 345 | 63 | 46 |
| Binary | 110000 | 1000010 | 10010010 | 1000011 | 110111 | 0 | 101011 | 11100101 | 110011 | 100110 |
Color Harmonies of #304292
Complementary color
Monochromatic Colors of #304292
Black with #304292
Text Example
Text Example
White with #304292
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #304292; }
p { color: rgb(48,66,146); }
H1.HeaderClassName
{
color: #304292;
}
.AnyTagClassName
{
color: #304292;
}
</style>
background-color css
<style>
a { background-color: #304292; }
a { background-color: rgb(48,66,146); }
div.DivClassName
{
background-color: #304292;
}
.BgClassName
{
background-color: #304292;
}
</style>
border-color css
<style>
span { border-color: #304292; }
span { border-color: rgb(48,66,146); }
td.TdClassName
{
border-color: #304292;
}
.TagClassName
{
border-color: #304292;
}
</style>