Shades of Tory Blue #305390
Tints of Tory Blue #305390
RGB
CMYK
RGB Variations
Color information
#305390 (or 0x305390) is known color: Tory Blue. HEX triplet: 30, 53 and 90. RGB value is (48,83,144). Sum of RGB (Red+Green+Blue) = 48+83+144=275 (36% of max value = 765). Red value is 48 (19.14% from 255 or 17.45% from 275); Green value is 83 (32.81% from 255 or 30.18% from 275); Blue value is 144 (56.64% from 255 or 52.36% from 275); Max value from RGB is 144 - color contains mainly: blue. Hex color #305390 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #305390 is #CFAC6F. Grayscale: #4F4F4F. Windows color (decimal): -13610096 or 9458480. OLE color: 9458480.
HSL color Cylindrical-coordinate representation of color #305390: hue angle of 218.12º 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 #305390 is Cyan = 0.67, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 48 | 83 | 144 | - |
| CMYK | 0.67 | 0.42 | 0 | 0.44 |
| HSL | 218.13º | 0.5% | 0.38% | - |
| HSV(B) | 218.13º | 0.67% | 0.56% | - |
| XYZ | 9.35 | 8.83 | 27.6 | - |
| YUV | 79.49 | 164.4 | 105.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 83 | 144 | 0.67 | 0.42 | 0 | 0.44 | 218.13 | 0.5 | 0.38 |
| Hex | 30 | 53 | 90 | 43 | 2A | 0 | 2C | DA | 32 | 26 |
| Octal | 60 | 123 | 220 | 103 | 52 | 0 | 54 | 332 | 62 | 46 |
| Binary | 110000 | 1010011 | 10010000 | 1000011 | 101010 | 0 | 101100 | 11011010 | 110010 | 100110 |
Color Harmonies of #305390
Complementary color
Monochromatic Colors of #305390
Black with #305390
Text Example
Text Example
White with #305390
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #305390; }
p { color: rgb(48,83,144); }
H1.HeaderClassName
{
color: #305390;
}
.AnyTagClassName
{
color: #305390;
}
</style>
background-color css
<style>
a { background-color: #305390; }
a { background-color: rgb(48,83,144); }
div.DivClassName
{
background-color: #305390;
}
.BgClassName
{
background-color: #305390;
}
</style>
border-color css
<style>
span { border-color: #305390; }
span { border-color: rgb(48,83,144); }
td.TdClassName
{
border-color: #305390;
}
.TagClassName
{
border-color: #305390;
}
</style>