Shades of Tory Blue #305190
Tints of Tory Blue #305190
RGB
CMYK
RGB Variations
Color information
#305190 (or 0x305190) is known color: Tory Blue. HEX triplet: 30, 51 and 90. RGB value is (48,81,144). Sum of RGB (Red+Green+Blue) = 48+81+144=273 (36% of max value = 765). Red value is 48 (19.14% from 255 or 17.58% from 273); Green value is 81 (32.03% from 255 or 29.67% from 273); Blue value is 144 (56.64% from 255 or 52.75% from 273); Max value from RGB is 144 - color contains mainly: blue. Hex color #305190 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #305190 is #CFAE6F. Grayscale: #4E4E4E. Windows color (decimal): -13610608 or 9457968. OLE color: 9457968.
HSL color Cylindrical-coordinate representation of color #305190: hue angle of 219.38º degrees, saturation: 0.5, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #305190 is Cyan = 0.67, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 48 | 81 | 144 | - |
| CMYK | 0.67 | 0.44 | 0 | 0.44 |
| HSL | 219.38º | 0.5% | 0.38% | - |
| HSV(B) | 219.38º | 0.67% | 0.56% | - |
| XYZ | 9.2 | 8.53 | 27.55 | - |
| YUV | 78.32 | 165.07 | 106.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 81 | 144 | 0.67 | 0.44 | 0 | 0.44 | 219.38 | 0.5 | 0.38 |
| Hex | 30 | 51 | 90 | 43 | 2C | 0 | 2C | DB | 32 | 26 |
| Octal | 60 | 121 | 220 | 103 | 54 | 0 | 54 | 333 | 62 | 46 |
| Binary | 110000 | 1010001 | 10010000 | 1000011 | 101100 | 0 | 101100 | 11011011 | 110010 | 100110 |
Color Harmonies of #305190
Complementary color
Monochromatic Colors of #305190
Black with #305190
Text Example
Text Example
White with #305190
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #305190; }
p { color: rgb(48,81,144); }
H1.HeaderClassName
{
color: #305190;
}
.AnyTagClassName
{
color: #305190;
}
</style>
background-color css
<style>
a { background-color: #305190; }
a { background-color: rgb(48,81,144); }
div.DivClassName
{
background-color: #305190;
}
.BgClassName
{
background-color: #305190;
}
</style>
border-color css
<style>
span { border-color: #305190; }
span { border-color: rgb(48,81,144); }
td.TdClassName
{
border-color: #305190;
}
.TagClassName
{
border-color: #305190;
}
</style>