Shades of Tory Blue #304098
Tints of Tory Blue #304098
RGB
CMYK
RGB Variations
Color information
#304098 (or 0x304098) is known color: Tory Blue. HEX triplet: 30, 40 and 98. RGB value is (48,64,152). Sum of RGB (Red+Green+Blue) = 48+64+152=264 (34% of max value = 765). Red value is 48 (19.14% from 255 or 18.18% from 264); Green value is 64 (25.39% from 255 or 24.24% from 264); Blue value is 152 (59.77% from 255 or 57.58% from 264); Max value from RGB is 152 - color contains mainly: blue. Hex color #304098 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #304098 is #CFBF67. Grayscale: #444444. Windows color (decimal): -13614952 or 9977904. OLE color: 9977904.
HSL color Cylindrical-coordinate representation of color #304098: hue angle of 230.77º degrees, saturation: 0.52, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #304098 is Cyan = 0.68, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 48 | 64 | 152 | - |
| CMYK | 0.68 | 0.58 | 0 | 0.40 |
| HSL | 230.77º | 0.52% | 0.39% | - |
| HSV(B) | 230.77º | 0.68% | 0.6% | - |
| XYZ | 8.72 | 6.56 | 30.51 | - |
| YUV | 69.25 | 174.7 | 112.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 64 | 152 | 0.68 | 0.58 | 0 | 0.40 | 230.77 | 0.52 | 0.39 |
| Hex | 30 | 40 | 98 | 44 | 3A | 0 | 28 | E7 | 34 | 27 |
| Octal | 60 | 100 | 230 | 104 | 72 | 0 | 50 | 347 | 64 | 47 |
| Binary | 110000 | 1000000 | 10011000 | 1000100 | 111010 | 0 | 101000 | 11100111 | 110100 | 100111 |
Color Harmonies of #304098
Complementary color
Monochromatic Colors of #304098
Black with #304098
Text Example
Text Example
White with #304098
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #304098; }
p { color: rgb(48,64,152); }
H1.HeaderClassName
{
color: #304098;
}
.AnyTagClassName
{
color: #304098;
}
</style>
background-color css
<style>
a { background-color: #304098; }
a { background-color: rgb(48,64,152); }
div.DivClassName
{
background-color: #304098;
}
.BgClassName
{
background-color: #304098;
}
</style>
border-color css
<style>
span { border-color: #304098; }
span { border-color: rgb(48,64,152); }
td.TdClassName
{
border-color: #304098;
}
.TagClassName
{
border-color: #304098;
}
</style>