Shades of Tory Blue #304397
Tints of Tory Blue #304397
RGB
CMYK
RGB Variations
Color information
#304397 (or 0x304397) is known color: Tory Blue. HEX triplet: 30, 43 and 97. RGB value is (48,67,151). Sum of RGB (Red+Green+Blue) = 48+67+151=266 (35% of max value = 765). Red value is 48 (19.14% from 255 or 18.05% from 266); Green value is 67 (26.56% from 255 or 25.19% from 266); Blue value is 151 (59.38% from 255 or 56.77% from 266); Max value from RGB is 151 - color contains mainly: blue. Hex color #304397 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #304397 is #CFBC68. Grayscale: #464646. Windows color (decimal): -13614185 or 9913136. OLE color: 9913136.
HSL color Cylindrical-coordinate representation of color #304397: hue angle of 228.93º 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 #304397 is Cyan = 0.68, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 48 | 67 | 151 | - |
| CMYK | 0.68 | 0.56 | 0 | 0.41 |
| HSL | 228.93º | 0.52% | 0.39% | - |
| HSV(B) | 228.93º | 0.68% | 0.59% | - |
| XYZ | 8.81 | 6.88 | 30.14 | - |
| YUV | 70.9 | 173.21 | 111.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 67 | 151 | 0.68 | 0.56 | 0 | 0.41 | 228.93 | 0.52 | 0.39 |
| Hex | 30 | 43 | 97 | 44 | 38 | 0 | 29 | E5 | 34 | 27 |
| Octal | 60 | 103 | 227 | 104 | 70 | 0 | 51 | 345 | 64 | 47 |
| Binary | 110000 | 1000011 | 10010111 | 1000100 | 111000 | 0 | 101001 | 11100101 | 110100 | 100111 |
Color Harmonies of #304397
Complementary color
Monochromatic Colors of #304397
Black with #304397
Text Example
Text Example
White with #304397
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #304397; }
p { color: rgb(48,67,151); }
H1.HeaderClassName
{
color: #304397;
}
.AnyTagClassName
{
color: #304397;
}
</style>
background-color css
<style>
a { background-color: #304397; }
a { background-color: rgb(48,67,151); }
div.DivClassName
{
background-color: #304397;
}
.BgClassName
{
background-color: #304397;
}
</style>
border-color css
<style>
span { border-color: #304397; }
span { border-color: rgb(48,67,151); }
td.TdClassName
{
border-color: #304397;
}
.TagClassName
{
border-color: #304397;
}
</style>