Shades of Tory Blue #30469F
Tints of Tory Blue #30469F
RGB
CMYK
RGB Variations
Color information
#30469F (or 0x30469F) is known color: Tory Blue. HEX triplet: 30, 46 and 9F. RGB value is (48,70,159). Sum of RGB (Red+Green+Blue) = 48+70+159=277 (36% of max value = 765). Red value is 48 (19.14% from 255 or 17.33% from 277); Green value is 70 (27.73% from 255 or 25.27% from 277); Blue value is 159 (62.5% from 255 or 57.40% from 277); Max value from RGB is 159 - color contains mainly: blue. Hex color #30469F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #30469F is #CFB960. Grayscale: #494949. Windows color (decimal): -13613409 or 10438192. OLE color: 10438192.
HSL color Cylindrical-coordinate representation of color #30469F: hue angle of 228.11º degrees, saturation: 0.54, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #30469F is Cyan = 0.70, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 48 | 70 | 159 | - |
| CMYK | 0.70 | 0.56 | 0 | 0.38 |
| HSL | 228.11º | 0.54% | 0.41% | - |
| HSV(B) | 228.11º | 0.7% | 0.62% | - |
| XYZ | 9.67 | 7.51 | 33.74 | - |
| YUV | 73.57 | 176.21 | 109.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 70 | 159 | 0.70 | 0.56 | 0 | 0.38 | 228.11 | 0.54 | 0.41 |
| Hex | 30 | 46 | 9F | 46 | 38 | 0 | 26 | E4 | 36 | 29 |
| Octal | 60 | 106 | 237 | 106 | 70 | 0 | 46 | 344 | 66 | 51 |
| Binary | 110000 | 1000110 | 10011111 | 1000110 | 111000 | 0 | 100110 | 11100100 | 110110 | 101001 |
Color Harmonies of #30469F
Complementary color
Monochromatic Colors of #30469F
Black with #30469F
Text Example
Text Example
White with #30469F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30469F; }
p { color: rgb(48,70,159); }
H1.HeaderClassName
{
color: #30469F;
}
.AnyTagClassName
{
color: #30469F;
}
</style>
background-color css
<style>
a { background-color: #30469F; }
a { background-color: rgb(48,70,159); }
div.DivClassName
{
background-color: #30469F;
}
.BgClassName
{
background-color: #30469F;
}
</style>
border-color css
<style>
span { border-color: #30469F; }
span { border-color: rgb(48,70,159); }
td.TdClassName
{
border-color: #30469F;
}
.TagClassName
{
border-color: #30469F;
}
</style>