Shades of Tory Blue #305198
Tints of Tory Blue #305198
RGB
CMYK
RGB Variations
Color information
#305198 (or 0x305198) is known color: Tory Blue. HEX triplet: 30, 51 and 98. RGB value is (48,81,152). Sum of RGB (Red+Green+Blue) = 48+81+152=281 (37% of max value = 765). Red value is 48 (19.14% from 255 or 17.08% from 281); Green value is 81 (32.03% from 255 or 28.83% from 281); Blue value is 152 (59.77% from 255 or 54.09% from 281); Max value from RGB is 152 - color contains mainly: blue. Hex color #305198 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #305198 is #CFAE67. Grayscale: #4E4E4E. Windows color (decimal): -13610600 or 9982256. OLE color: 9982256.
HSL color Cylindrical-coordinate representation of color #305198: hue angle of 220.96º degrees, saturation: 0.52, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #305198 is Cyan = 0.68, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 48 | 81 | 152 | - |
| CMYK | 0.68 | 0.47 | 0 | 0.40 |
| HSL | 220.96º | 0.52% | 0.39% | - |
| HSV(B) | 220.96º | 0.68% | 0.6% | - |
| XYZ | 9.83 | 8.78 | 30.88 | - |
| YUV | 79.23 | 169.07 | 105.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 81 | 152 | 0.68 | 0.47 | 0 | 0.40 | 220.96 | 0.52 | 0.39 |
| Hex | 30 | 51 | 98 | 44 | 2F | 0 | 28 | DD | 34 | 27 |
| Octal | 60 | 121 | 230 | 104 | 57 | 0 | 50 | 335 | 64 | 47 |
| Binary | 110000 | 1010001 | 10011000 | 1000100 | 101111 | 0 | 101000 | 11011101 | 110100 | 100111 |
Color Harmonies of #305198
Complementary color
Monochromatic Colors of #305198
Black with #305198
Text Example
Text Example
White with #305198
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #305198; }
p { color: rgb(48,81,152); }
H1.HeaderClassName
{
color: #305198;
}
.AnyTagClassName
{
color: #305198;
}
</style>
background-color css
<style>
a { background-color: #305198; }
a { background-color: rgb(48,81,152); }
div.DivClassName
{
background-color: #305198;
}
.BgClassName
{
background-color: #305198;
}
</style>
border-color css
<style>
span { border-color: #305198; }
span { border-color: rgb(48,81,152); }
td.TdClassName
{
border-color: #305198;
}
.TagClassName
{
border-color: #305198;
}
</style>