Shades of Tory Blue #305495
Tints of Tory Blue #305495
RGB
CMYK
RGB Variations
Color information
#305495 (or 0x305495) is known color: Tory Blue. HEX triplet: 30, 54 and 95. RGB value is (48,84,149). Sum of RGB (Red+Green+Blue) = 48+84+149=281 (37% of max value = 765). Red value is 48 (19.14% from 255 or 17.08% from 281); Green value is 84 (33.20% from 255 or 29.89% from 281); Blue value is 149 (58.59% from 255 or 53.02% from 281); Max value from RGB is 149 - color contains mainly: blue. Hex color #305495 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #305495 is #CFAB6A. Grayscale: #505050. Windows color (decimal): -13609835 or 9786416. OLE color: 9786416.
HSL color Cylindrical-coordinate representation of color #305495: hue angle of 218.61º 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 #305495 is Cyan = 0.68, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 48 | 84 | 149 | - |
| CMYK | 0.68 | 0.44 | 0 | 0.42 |
| HSL | 218.61º | 0.51% | 0.39% | - |
| HSV(B) | 218.61º | 0.68% | 0.58% | - |
| XYZ | 9.81 | 9.14 | 29.68 | - |
| YUV | 80.65 | 166.57 | 104.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 84 | 149 | 0.68 | 0.44 | 0 | 0.42 | 218.61 | 0.51 | 0.39 |
| Hex | 30 | 54 | 95 | 44 | 2C | 0 | 2A | DB | 33 | 27 |
| Octal | 60 | 124 | 225 | 104 | 54 | 0 | 52 | 333 | 63 | 47 |
| Binary | 110000 | 1010100 | 10010101 | 1000100 | 101100 | 0 | 101010 | 11011011 | 110011 | 100111 |
Color Harmonies of #305495
Complementary color
Monochromatic Colors of #305495
Black with #305495
Text Example
Text Example
White with #305495
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #305495; }
p { color: rgb(48,84,149); }
H1.HeaderClassName
{
color: #305495;
}
.AnyTagClassName
{
color: #305495;
}
</style>
background-color css
<style>
a { background-color: #305495; }
a { background-color: rgb(48,84,149); }
div.DivClassName
{
background-color: #305495;
}
.BgClassName
{
background-color: #305495;
}
</style>
border-color css
<style>
span { border-color: #305495; }
span { border-color: rgb(48,84,149); }
td.TdClassName
{
border-color: #305495;
}
.TagClassName
{
border-color: #305495;
}
</style>