Shades of Tory Blue #30439F
Tints of Tory Blue #30439F
RGB
CMYK
RGB Variations
Color information
#30439F (or 0x30439F) is known color: Tory Blue. HEX triplet: 30, 43 and 9F. RGB value is (48,67,159). Sum of RGB (Red+Green+Blue) = 48+67+159=274 (36% of max value = 765). Red value is 48 (19.14% from 255 or 17.52% from 274); Green value is 67 (26.56% from 255 or 24.45% from 274); Blue value is 159 (62.5% from 255 or 58.03% from 274); Max value from RGB is 159 - color contains mainly: blue. Hex color #30439F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #30439F is #CFBC60. Grayscale: #474747. Windows color (decimal): -13614177 or 10437424. OLE color: 10437424.
HSL color Cylindrical-coordinate representation of color #30439F: hue angle of 229.73º 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 #30439F is Cyan = 0.70, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 48 | 67 | 159 | - |
| CMYK | 0.70 | 0.58 | 0 | 0.38 |
| HSL | 229.73º | 0.54% | 0.41% | - |
| HSV(B) | 229.73º | 0.7% | 0.62% | - |
| XYZ | 9.48 | 7.15 | 33.68 | - |
| YUV | 71.81 | 177.21 | 111.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 67 | 159 | 0.70 | 0.58 | 0 | 0.38 | 229.73 | 0.54 | 0.41 |
| Hex | 30 | 43 | 9F | 46 | 3A | 0 | 26 | E6 | 36 | 29 |
| Octal | 60 | 103 | 237 | 106 | 72 | 0 | 46 | 346 | 66 | 51 |
| Binary | 110000 | 1000011 | 10011111 | 1000110 | 111010 | 0 | 100110 | 11100110 | 110110 | 101001 |
Color Harmonies of #30439F
Complementary color
Monochromatic Colors of #30439F
Black with #30439F
Text Example
Text Example
White with #30439F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30439F; }
p { color: rgb(48,67,159); }
H1.HeaderClassName
{
color: #30439F;
}
.AnyTagClassName
{
color: #30439F;
}
</style>
background-color css
<style>
a { background-color: #30439F; }
a { background-color: rgb(48,67,159); }
div.DivClassName
{
background-color: #30439F;
}
.BgClassName
{
background-color: #30439F;
}
</style>
border-color css
<style>
span { border-color: #30439F; }
span { border-color: rgb(48,67,159); }
td.TdClassName
{
border-color: #30439F;
}
.TagClassName
{
border-color: #30439F;
}
</style>