Shades of Tory Blue #305395
Tints of Tory Blue #305395
RGB
CMYK
RGB Variations
Color information
#305395 (or 0x305395) is known color: Tory Blue. HEX triplet: 30, 53 and 95. RGB value is (48,83,149). Sum of RGB (Red+Green+Blue) = 48+83+149=280 (37% of max value = 765). Red value is 48 (19.14% from 255 or 17.14% from 280); Green value is 83 (32.81% from 255 or 29.64% from 280); Blue value is 149 (58.59% from 255 or 53.21% from 280); Max value from RGB is 149 - color contains mainly: blue. Hex color #305395 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #305395 is #CFAC6A. Grayscale: #4F4F4F. Windows color (decimal): -13610091 or 9786160. OLE color: 9786160.
HSL color Cylindrical-coordinate representation of color #305395: hue angle of 219.21º degrees, saturation: 0.51, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #305395 is Cyan = 0.68, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 48 | 83 | 149 | - |
| CMYK | 0.68 | 0.44 | 0 | 0.42 |
| HSL | 219.21º | 0.51% | 0.39% | - |
| HSV(B) | 219.21º | 0.68% | 0.58% | - |
| XYZ | 9.74 | 8.98 | 29.65 | - |
| YUV | 80.06 | 166.9 | 105.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 83 | 149 | 0.68 | 0.44 | 0 | 0.42 | 219.21 | 0.51 | 0.39 |
| Hex | 30 | 53 | 95 | 44 | 2C | 0 | 2A | DB | 33 | 27 |
| Octal | 60 | 123 | 225 | 104 | 54 | 0 | 52 | 333 | 63 | 47 |
| Binary | 110000 | 1010011 | 10010101 | 1000100 | 101100 | 0 | 101010 | 11011011 | 110011 | 100111 |
Color Harmonies of #305395
Complementary color
Monochromatic Colors of #305395
Black with #305395
Text Example
Text Example
White with #305395
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #305395; }
p { color: rgb(48,83,149); }
H1.HeaderClassName
{
color: #305395;
}
.AnyTagClassName
{
color: #305395;
}
</style>
background-color css
<style>
a { background-color: #305395; }
a { background-color: rgb(48,83,149); }
div.DivClassName
{
background-color: #305395;
}
.BgClassName
{
background-color: #305395;
}
</style>
border-color css
<style>
span { border-color: #305395; }
span { border-color: rgb(48,83,149); }
td.TdClassName
{
border-color: #305395;
}
.TagClassName
{
border-color: #305395;
}
</style>