Shades of Tory Blue #304197
Tints of Tory Blue #304197
RGB
CMYK
RGB Variations
Color information
#304197 (or 0x304197) is known color: Tory Blue. HEX triplet: 30, 41 and 97. RGB value is (48,65,151). Sum of RGB (Red+Green+Blue) = 48+65+151=264 (34% of max value = 765). Red value is 48 (19.14% from 255 or 18.18% from 264); Green value is 65 (25.78% from 255 or 24.62% from 264); Blue value is 151 (59.38% from 255 or 57.20% from 264); Max value from RGB is 151 - color contains mainly: blue. Hex color #304197 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #304197 is #CFBE68. Grayscale: #454545. Windows color (decimal): -13614697 or 9912624. OLE color: 9912624.
HSL color Cylindrical-coordinate representation of color #304197: hue angle of 230.1º 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 #304197 is Cyan = 0.68, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 48 | 65 | 151 | - |
| CMYK | 0.68 | 0.57 | 0 | 0.41 |
| HSL | 230.1º | 0.52% | 0.39% | - |
| HSV(B) | 230.1º | 0.68% | 0.59% | - |
| XYZ | 8.7 | 6.64 | 30.1 | - |
| YUV | 69.72 | 173.87 | 112.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 65 | 151 | 0.68 | 0.57 | 0 | 0.41 | 230.1 | 0.52 | 0.39 |
| Hex | 30 | 41 | 97 | 44 | 39 | 0 | 29 | E6 | 34 | 27 |
| Octal | 60 | 101 | 227 | 104 | 71 | 0 | 51 | 346 | 64 | 47 |
| Binary | 110000 | 1000001 | 10010111 | 1000100 | 111001 | 0 | 101001 | 11100110 | 110100 | 100111 |
Color Harmonies of #304197
Complementary color
Monochromatic Colors of #304197
Black with #304197
Text Example
Text Example
White with #304197
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #304197; }
p { color: rgb(48,65,151); }
H1.HeaderClassName
{
color: #304197;
}
.AnyTagClassName
{
color: #304197;
}
</style>
background-color css
<style>
a { background-color: #304197; }
a { background-color: rgb(48,65,151); }
div.DivClassName
{
background-color: #304197;
}
.BgClassName
{
background-color: #304197;
}
</style>
border-color css
<style>
span { border-color: #304197; }
span { border-color: rgb(48,65,151); }
td.TdClassName
{
border-color: #304197;
}
.TagClassName
{
border-color: #304197;
}
</style>