Shades of Tory Blue #305194
Tints of Tory Blue #305194
RGB
CMYK
RGB Variations
Color information
#305194 (or 0x305194) is known color: Tory Blue. HEX triplet: 30, 51 and 94. RGB value is (48,81,148). Sum of RGB (Red+Green+Blue) = 48+81+148=277 (36% of max value = 765). Red value is 48 (19.14% from 255 or 17.33% from 277); Green value is 81 (32.03% from 255 or 29.24% from 277); Blue value is 148 (58.20% from 255 or 53.43% from 277); Max value from RGB is 148 - color contains mainly: blue. Hex color #305194 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #305194 is #CFAE6B. Grayscale: #4E4E4E. Windows color (decimal): -13610604 or 9720112. OLE color: 9720112.
HSL color Cylindrical-coordinate representation of color #305194: hue angle of 220.2º degrees, saturation: 0.51, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #305194 is Cyan = 0.68, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 48 | 81 | 148 | - |
| CMYK | 0.68 | 0.45 | 0 | 0.42 |
| HSL | 220.2º | 0.51% | 0.38% | - |
| HSV(B) | 220.2º | 0.68% | 0.58% | - |
| XYZ | 9.51 | 8.65 | 29.19 | - |
| YUV | 78.77 | 167.07 | 106.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 81 | 148 | 0.68 | 0.45 | 0 | 0.42 | 220.2 | 0.51 | 0.38 |
| Hex | 30 | 51 | 94 | 44 | 2D | 0 | 2A | DC | 33 | 26 |
| Octal | 60 | 121 | 224 | 104 | 55 | 0 | 52 | 334 | 63 | 46 |
| Binary | 110000 | 1010001 | 10010100 | 1000100 | 101101 | 0 | 101010 | 11011100 | 110011 | 100110 |
Color Harmonies of #305194
Complementary color
Monochromatic Colors of #305194
Black with #305194
Text Example
Text Example
White with #305194
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #305194; }
p { color: rgb(48,81,148); }
H1.HeaderClassName
{
color: #305194;
}
.AnyTagClassName
{
color: #305194;
}
</style>
background-color css
<style>
a { background-color: #305194; }
a { background-color: rgb(48,81,148); }
div.DivClassName
{
background-color: #305194;
}
.BgClassName
{
background-color: #305194;
}
</style>
border-color css
<style>
span { border-color: #305194; }
span { border-color: rgb(48,81,148); }
td.TdClassName
{
border-color: #305194;
}
.TagClassName
{
border-color: #305194;
}
</style>