Shades of Tory Blue #30429C
Tints of Tory Blue #30429C
RGB
CMYK
RGB Variations
Color information
#30429C (or 0x30429C) is known color: Tory Blue. HEX triplet: 30, 42 and 9C. RGB value is (48,66,156). Sum of RGB (Red+Green+Blue) = 48+66+156=270 (35% of max value = 765). Red value is 48 (19.14% from 255 or 17.78% from 270); Green value is 66 (26.17% from 255 or 24.44% from 270); Blue value is 156 (61.33% from 255 or 57.78% from 270); Max value from RGB is 156 - color contains mainly: blue. Hex color #30429C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #30429C is #CFBD63. Grayscale: #464646. Windows color (decimal): -13614436 or 10240560. OLE color: 10240560.
HSL color Cylindrical-coordinate representation of color #30429C: hue angle of 230º degrees, saturation: 0.53, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #30429C is Cyan = 0.69, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 48 | 66 | 156 | - |
| CMYK | 0.69 | 0.58 | 0 | 0.39 |
| HSL | 230º | 0.53% | 0.4% | - |
| HSV(B) | 230º | 0.69% | 0.61% | - |
| XYZ | 9.17 | 6.93 | 32.31 | - |
| YUV | 70.88 | 176.04 | 111.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 66 | 156 | 0.69 | 0.58 | 0 | 0.39 | 230 | 0.53 | 0.4 |
| Hex | 30 | 42 | 9C | 45 | 3A | 0 | 27 | E6 | 35 | 28 |
| Octal | 60 | 102 | 234 | 105 | 72 | 0 | 47 | 346 | 65 | 50 |
| Binary | 110000 | 1000010 | 10011100 | 1000101 | 111010 | 0 | 100111 | 11100110 | 110101 | 101000 |
Color Harmonies of #30429C
Complementary color
Monochromatic Colors of #30429C
Black with #30429C
Text Example
Text Example
White with #30429C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30429C; }
p { color: rgb(48,66,156); }
H1.HeaderClassName
{
color: #30429C;
}
.AnyTagClassName
{
color: #30429C;
}
</style>
background-color css
<style>
a { background-color: #30429C; }
a { background-color: rgb(48,66,156); }
div.DivClassName
{
background-color: #30429C;
}
.BgClassName
{
background-color: #30429C;
}
</style>
border-color css
<style>
span { border-color: #30429C; }
span { border-color: rgb(48,66,156); }
td.TdClassName
{
border-color: #30429C;
}
.TagClassName
{
border-color: #30429C;
}
</style>