Shades of Tory Blue #305397
Tints of Tory Blue #305397
RGB
CMYK
RGB Variations
Color information
#305397 (or 0x305397) is known color: Tory Blue. HEX triplet: 30, 53 and 97. RGB value is (48,83,151). Sum of RGB (Red+Green+Blue) = 48+83+151=282 (37% of max value = 765). Red value is 48 (19.14% from 255 or 17.02% from 282); Green value is 83 (32.81% from 255 or 29.43% from 282); Blue value is 151 (59.38% from 255 or 53.55% from 282); Max value from RGB is 151 - color contains mainly: blue. Hex color #305397 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #305397 is #CFAC68. Grayscale: #4F4F4F. Windows color (decimal): -13610089 or 9917232. OLE color: 9917232.
HSL color Cylindrical-coordinate representation of color #305397: hue angle of 219.61º 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 #305397 is Cyan = 0.68, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 48 | 83 | 151 | - |
| CMYK | 0.68 | 0.45 | 0 | 0.41 |
| HSL | 219.61º | 0.52% | 0.39% | - |
| HSV(B) | 219.61º | 0.68% | 0.59% | - |
| XYZ | 9.9 | 9.05 | 30.5 | - |
| YUV | 80.29 | 167.9 | 104.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 83 | 151 | 0.68 | 0.45 | 0 | 0.41 | 219.61 | 0.52 | 0.39 |
| Hex | 30 | 53 | 97 | 44 | 2D | 0 | 29 | DC | 34 | 27 |
| Octal | 60 | 123 | 227 | 104 | 55 | 0 | 51 | 334 | 64 | 47 |
| Binary | 110000 | 1010011 | 10010111 | 1000100 | 101101 | 0 | 101001 | 11011100 | 110100 | 100111 |
Color Harmonies of #305397
Complementary color
Monochromatic Colors of #305397
Black with #305397
Text Example
Text Example
White with #305397
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #305397; }
p { color: rgb(48,83,151); }
H1.HeaderClassName
{
color: #305397;
}
.AnyTagClassName
{
color: #305397;
}
</style>
background-color css
<style>
a { background-color: #305397; }
a { background-color: rgb(48,83,151); }
div.DivClassName
{
background-color: #305397;
}
.BgClassName
{
background-color: #305397;
}
</style>
border-color css
<style>
span { border-color: #305397; }
span { border-color: rgb(48,83,151); }
td.TdClassName
{
border-color: #305397;
}
.TagClassName
{
border-color: #305397;
}
</style>