Shades of Tory Blue #30439B
Tints of Tory Blue #30439B
RGB
CMYK
RGB Variations
Color information
#30439B (or 0x30439B) is known color: Tory Blue. HEX triplet: 30, 43 and 9B. RGB value is (48,67,155). Sum of RGB (Red+Green+Blue) = 48+67+155=270 (35% of max value = 765). Red value is 48 (19.14% from 255 or 17.78% from 270); Green value is 67 (26.56% from 255 or 24.81% from 270); Blue value is 155 (60.94% from 255 or 57.41% from 270); Max value from RGB is 155 - color contains mainly: blue. Hex color #30439B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #30439B is #CFBC64. Grayscale: #464646. Windows color (decimal): -13614181 or 10175280. OLE color: 10175280.
HSL color Cylindrical-coordinate representation of color #30439B: hue angle of 229.35º 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 #30439B is Cyan = 0.69, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 48 | 67 | 155 | - |
| CMYK | 0.69 | 0.57 | 0 | 0.39 |
| HSL | 229.35º | 0.53% | 0.4% | - |
| HSV(B) | 229.35º | 0.69% | 0.61% | - |
| XYZ | 9.14 | 7.01 | 31.88 | - |
| YUV | 71.35 | 175.21 | 111.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 67 | 155 | 0.69 | 0.57 | 0 | 0.39 | 229.35 | 0.53 | 0.4 |
| Hex | 30 | 43 | 9B | 45 | 39 | 0 | 27 | E5 | 35 | 28 |
| Octal | 60 | 103 | 233 | 105 | 71 | 0 | 47 | 345 | 65 | 50 |
| Binary | 110000 | 1000011 | 10011011 | 1000101 | 111001 | 0 | 100111 | 11100101 | 110101 | 101000 |
Color Harmonies of #30439B
Complementary color
Monochromatic Colors of #30439B
Black with #30439B
Text Example
Text Example
White with #30439B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30439B; }
p { color: rgb(48,67,155); }
H1.HeaderClassName
{
color: #30439B;
}
.AnyTagClassName
{
color: #30439B;
}
</style>
background-color css
<style>
a { background-color: #30439B; }
a { background-color: rgb(48,67,155); }
div.DivClassName
{
background-color: #30439B;
}
.BgClassName
{
background-color: #30439B;
}
</style>
border-color css
<style>
span { border-color: #30439B; }
span { border-color: rgb(48,67,155); }
td.TdClassName
{
border-color: #30439B;
}
.TagClassName
{
border-color: #30439B;
}
</style>