Shades of Tory Blue #30528F
Tints of Tory Blue #30528F
RGB
CMYK
RGB Variations
Color information
#30528F (or 0x30528F) is known color: Tory Blue. HEX triplet: 30, 52 and 8F. RGB value is (48,82,143). Sum of RGB (Red+Green+Blue) = 48+82+143=273 (36% of max value = 765). Red value is 48 (19.14% from 255 or 17.58% from 273); Green value is 82 (32.42% from 255 or 30.04% from 273); Blue value is 143 (56.25% from 255 or 52.38% from 273); Max value from RGB is 143 - color contains mainly: blue. Hex color #30528F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #30528F is #CFAD70. Grayscale: #4E4E4E. Windows color (decimal): -13610353 or 9392688. OLE color: 9392688.
HSL color Cylindrical-coordinate representation of color #30528F: hue angle of 218.53º degrees, saturation: 0.5, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #30528F is Cyan = 0.66, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 48 | 82 | 143 | - |
| CMYK | 0.66 | 0.43 | 0 | 0.44 |
| HSL | 218.53º | 0.5% | 0.37% | - |
| HSV(B) | 218.53º | 0.66% | 0.56% | - |
| XYZ | 9.19 | 8.65 | 27.17 | - |
| YUV | 78.79 | 164.24 | 106.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 82 | 143 | 0.66 | 0.43 | 0 | 0.44 | 218.53 | 0.5 | 0.37 |
| Hex | 30 | 52 | 8F | 42 | 2B | 0 | 2C | DB | 32 | 25 |
| Octal | 60 | 122 | 217 | 102 | 53 | 0 | 54 | 333 | 62 | 45 |
| Binary | 110000 | 1010010 | 10001111 | 1000010 | 101011 | 0 | 101100 | 11011011 | 110010 | 100101 |
Color Harmonies of #30528F
Complementary color
Monochromatic Colors of #30528F
Black with #30528F
Text Example
Text Example
White with #30528F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30528F; }
p { color: rgb(48,82,143); }
H1.HeaderClassName
{
color: #30528F;
}
.AnyTagClassName
{
color: #30528F;
}
</style>
background-color css
<style>
a { background-color: #30528F; }
a { background-color: rgb(48,82,143); }
div.DivClassName
{
background-color: #30528F;
}
.BgClassName
{
background-color: #30528F;
}
</style>
border-color css
<style>
span { border-color: #30528F; }
span { border-color: rgb(48,82,143); }
td.TdClassName
{
border-color: #30528F;
}
.TagClassName
{
border-color: #30528F;
}
</style>