Shades of Tory Blue #305295
Tints of Tory Blue #305295
RGB
CMYK
RGB Variations
Color information
#305295 (or 0x305295) is known color: Tory Blue. HEX triplet: 30, 52 and 95. RGB value is (48,82,149). Sum of RGB (Red+Green+Blue) = 48+82+149=279 (36% of max value = 765). Red value is 48 (19.14% from 255 or 17.20% from 279); Green value is 82 (32.42% from 255 or 29.39% from 279); Blue value is 149 (58.59% from 255 or 53.41% from 279); Max value from RGB is 149 - color contains mainly: blue. Hex color #305295 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #305295 is #CFAD6A. Grayscale: #4F4F4F. Windows color (decimal): -13610347 or 9785904. OLE color: 9785904.
HSL color Cylindrical-coordinate representation of color #305295: hue angle of 219.8º 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 #305295 is Cyan = 0.68, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 48 | 82 | 149 | - |
| CMYK | 0.68 | 0.45 | 0 | 0.42 |
| HSL | 219.8º | 0.51% | 0.39% | - |
| HSV(B) | 219.8º | 0.68% | 0.58% | - |
| XYZ | 9.66 | 8.83 | 29.63 | - |
| YUV | 79.47 | 167.24 | 105.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 82 | 149 | 0.68 | 0.45 | 0 | 0.42 | 219.8 | 0.51 | 0.39 |
| Hex | 30 | 52 | 95 | 44 | 2D | 0 | 2A | DC | 33 | 27 |
| Octal | 60 | 122 | 225 | 104 | 55 | 0 | 52 | 334 | 63 | 47 |
| Binary | 110000 | 1010010 | 10010101 | 1000100 | 101101 | 0 | 101010 | 11011100 | 110011 | 100111 |
Color Harmonies of #305295
Complementary color
Monochromatic Colors of #305295
Black with #305295
Text Example
Text Example
White with #305295
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #305295; }
p { color: rgb(48,82,149); }
H1.HeaderClassName
{
color: #305295;
}
.AnyTagClassName
{
color: #305295;
}
</style>
background-color css
<style>
a { background-color: #305295; }
a { background-color: rgb(48,82,149); }
div.DivClassName
{
background-color: #305295;
}
.BgClassName
{
background-color: #305295;
}
</style>
border-color css
<style>
span { border-color: #305295; }
span { border-color: rgb(48,82,149); }
td.TdClassName
{
border-color: #305295;
}
.TagClassName
{
border-color: #305295;
}
</style>