Shades of Tory Blue #305199
Tints of Tory Blue #305199
RGB
CMYK
RGB Variations
Color information
#305199 (or 0x305199) is known color: Tory Blue. HEX triplet: 30, 51 and 99. RGB value is (48,81,153). Sum of RGB (Red+Green+Blue) = 48+81+153=282 (37% of max value = 765). Red value is 48 (19.14% from 255 or 17.02% from 282); Green value is 81 (32.03% from 255 or 28.72% from 282); Blue value is 153 (60.16% from 255 or 54.26% from 282); Max value from RGB is 153 - color contains mainly: blue. Hex color #305199 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #305199 is #CFAE66. Grayscale: #4F4F4F. Windows color (decimal): -13610599 or 10047792. OLE color: 10047792.
HSL color Cylindrical-coordinate representation of color #305199: hue angle of 221.14º degrees, saturation: 0.52, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #305199 is Cyan = 0.69, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 48 | 81 | 153 | - |
| CMYK | 0.69 | 0.47 | 0 | 0.4 |
| HSL | 221.14º | 0.52% | 0.39% | - |
| HSV(B) | 221.14º | 0.69% | 0.6% | - |
| XYZ | 9.91 | 8.81 | 31.32 | - |
| YUV | 79.34 | 169.57 | 105.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 81 | 153 | 0.69 | 0.47 | 0 | 0.4 | 221.14 | 0.52 | 0.39 |
| Hex | 30 | 51 | 99 | 45 | 2F | 0 | 28 | DD | 34 | 27 |
| Octal | 60 | 121 | 231 | 105 | 57 | 0 | 50 | 335 | 64 | 47 |
| Binary | 110000 | 1010001 | 10011001 | 1000101 | 101111 | 0 | 101000 | 11011101 | 110100 | 100111 |
Color Harmonies of #305199
Complementary color
Monochromatic Colors of #305199
Black with #305199
Text Example
Text Example
White with #305199
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #305199; }
p { color: rgb(48,81,153); }
H1.HeaderClassName
{
color: #305199;
}
.AnyTagClassName
{
color: #305199;
}
</style>
background-color css
<style>
a { background-color: #305199; }
a { background-color: rgb(48,81,153); }
div.DivClassName
{
background-color: #305199;
}
.BgClassName
{
background-color: #305199;
}
</style>
border-color css
<style>
span { border-color: #305199; }
span { border-color: rgb(48,81,153); }
td.TdClassName
{
border-color: #305199;
}
.TagClassName
{
border-color: #305199;
}
</style>