Shades of Tory Blue #30478B
Tints of Tory Blue #30478B
RGB
CMYK
RGB Variations
Color information
#30478B (or 0x30478B) is known color: Tory Blue. HEX triplet: 30, 47 and 8B. RGB value is (48,71,139). Sum of RGB (Red+Green+Blue) = 48+71+139=258 (34% of max value = 765). Red value is 48 (19.14% from 255 or 18.60% from 258); Green value is 71 (28.12% from 255 or 27.52% from 258); Blue value is 139 (54.69% from 255 or 53.88% from 258); Max value from RGB is 139 - color contains mainly: blue. Hex color #30478B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #30478B is #CFB874. Grayscale: #474747. Windows color (decimal): -13613173 or 9127728. OLE color: 9127728.
HSL color Cylindrical-coordinate representation of color #30478B: hue angle of 224.84º degrees, saturation: 0.49, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #30478B is Cyan = 0.65, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 48 | 71 | 139 | - |
| CMYK | 0.65 | 0.49 | 0 | 0.45 |
| HSL | 224.84º | 0.49% | 0.37% | - |
| HSV(B) | 224.84º | 0.65% | 0.55% | - |
| XYZ | 8.13 | 7 | 25.35 | - |
| YUV | 71.88 | 165.88 | 110.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 71 | 139 | 0.65 | 0.49 | 0 | 0.45 | 224.84 | 0.49 | 0.37 |
| Hex | 30 | 47 | 8B | 41 | 31 | 0 | 2D | E1 | 31 | 25 |
| Octal | 60 | 107 | 213 | 101 | 61 | 0 | 55 | 341 | 61 | 45 |
| Binary | 110000 | 1000111 | 10001011 | 1000001 | 110001 | 0 | 101101 | 11100001 | 110001 | 100101 |
Color Harmonies of #30478B
Complementary color
Monochromatic Colors of #30478B
Black with #30478B
Text Example
Text Example
White with #30478B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30478B; }
p { color: rgb(48,71,139); }
H1.HeaderClassName
{
color: #30478B;
}
.AnyTagClassName
{
color: #30478B;
}
</style>
background-color css
<style>
a { background-color: #30478B; }
a { background-color: rgb(48,71,139); }
div.DivClassName
{
background-color: #30478B;
}
.BgClassName
{
background-color: #30478B;
}
</style>
border-color css
<style>
span { border-color: #30478B; }
span { border-color: rgb(48,71,139); }
td.TdClassName
{
border-color: #30478B;
}
.TagClassName
{
border-color: #30478B;
}
</style>