Shades of Tory Blue #304496
Tints of Tory Blue #304496
RGB
CMYK
RGB Variations
Color information
#304496 (or 0x304496) is known color: Tory Blue. HEX triplet: 30, 44 and 96. RGB value is (48,68,150). Sum of RGB (Red+Green+Blue) = 48+68+150=266 (35% of max value = 765). Red value is 48 (19.14% from 255 or 18.05% from 266); Green value is 68 (26.95% from 255 or 25.56% from 266); Blue value is 150 (58.98% from 255 or 56.39% from 266); Max value from RGB is 150 - color contains mainly: blue. Hex color #304496 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #304496 is #CFBB69. Grayscale: #474747. Windows color (decimal): -13613930 or 9847856. OLE color: 9847856.
HSL color Cylindrical-coordinate representation of color #304496: hue angle of 228.24º degrees, saturation: 0.52, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #304496 is Cyan = 0.68, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 48 | 68 | 150 | - |
| CMYK | 0.68 | 0.55 | 0 | 0.41 |
| HSL | 228.24º | 0.52% | 0.39% | - |
| HSV(B) | 228.24º | 0.68% | 0.59% | - |
| XYZ | 8.79 | 6.96 | 29.74 | - |
| YUV | 71.37 | 172.37 | 111.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 68 | 150 | 0.68 | 0.55 | 0 | 0.41 | 228.24 | 0.52 | 0.39 |
| Hex | 30 | 44 | 96 | 44 | 37 | 0 | 29 | E4 | 34 | 27 |
| Octal | 60 | 104 | 226 | 104 | 67 | 0 | 51 | 344 | 64 | 47 |
| Binary | 110000 | 1000100 | 10010110 | 1000100 | 110111 | 0 | 101001 | 11100100 | 110100 | 100111 |
Color Harmonies of #304496
Complementary color
Monochromatic Colors of #304496
Black with #304496
Text Example
Text Example
White with #304496
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #304496; }
p { color: rgb(48,68,150); }
H1.HeaderClassName
{
color: #304496;
}
.AnyTagClassName
{
color: #304496;
}
</style>
background-color css
<style>
a { background-color: #304496; }
a { background-color: rgb(48,68,150); }
div.DivClassName
{
background-color: #304496;
}
.BgClassName
{
background-color: #304496;
}
</style>
border-color css
<style>
span { border-color: #304496; }
span { border-color: rgb(48,68,150); }
td.TdClassName
{
border-color: #304496;
}
.TagClassName
{
border-color: #304496;
}
</style>