Shades of Tory Blue #304198
Tints of Tory Blue #304198
RGB
CMYK
RGB Variations
Color information
#304198 (or 0x304198) is known color: Tory Blue. HEX triplet: 30, 41 and 98. RGB value is (48,65,152). Sum of RGB (Red+Green+Blue) = 48+65+152=265 (35% of max value = 765). Red value is 48 (19.14% from 255 or 18.11% from 265); Green value is 65 (25.78% from 255 or 24.53% from 265); Blue value is 152 (59.77% from 255 or 57.36% from 265); Max value from RGB is 152 - color contains mainly: blue. Hex color #304198 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #304198 is #CFBE67. Grayscale: #454545. Windows color (decimal): -13614696 or 9978160. OLE color: 9978160.
HSL color Cylindrical-coordinate representation of color #304198: hue angle of 230.19º 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 #304198 is Cyan = 0.68, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 48 | 65 | 152 | - |
| CMYK | 0.68 | 0.57 | 0 | 0.40 |
| HSL | 230.19º | 0.52% | 0.39% | - |
| HSV(B) | 230.19º | 0.68% | 0.6% | - |
| XYZ | 8.78 | 6.68 | 30.53 | - |
| YUV | 69.84 | 174.37 | 112.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 65 | 152 | 0.68 | 0.57 | 0 | 0.40 | 230.19 | 0.52 | 0.39 |
| Hex | 30 | 41 | 98 | 44 | 39 | 0 | 28 | E6 | 34 | 27 |
| Octal | 60 | 101 | 230 | 104 | 71 | 0 | 50 | 346 | 64 | 47 |
| Binary | 110000 | 1000001 | 10011000 | 1000100 | 111001 | 0 | 101000 | 11100110 | 110100 | 100111 |
Color Harmonies of #304198
Complementary color
Monochromatic Colors of #304198
Black with #304198
Text Example
Text Example
White with #304198
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #304198; }
p { color: rgb(48,65,152); }
H1.HeaderClassName
{
color: #304198;
}
.AnyTagClassName
{
color: #304198;
}
</style>
background-color css
<style>
a { background-color: #304198; }
a { background-color: rgb(48,65,152); }
div.DivClassName
{
background-color: #304198;
}
.BgClassName
{
background-color: #304198;
}
</style>
border-color css
<style>
span { border-color: #304198; }
span { border-color: rgb(48,65,152); }
td.TdClassName
{
border-color: #304198;
}
.TagClassName
{
border-color: #304198;
}
</style>