Shades of Tory Blue #30488D
Tints of Tory Blue #30488D
RGB
CMYK
RGB Variations
Color information
#30488D (or 0x30488D) is known color: Tory Blue. HEX triplet: 30, 48 and 8D. RGB value is (48,72,141). Sum of RGB (Red+Green+Blue) = 48+72+141=261 (34% of max value = 765). Red value is 48 (19.14% from 255 or 18.39% from 261); Green value is 72 (28.52% from 255 or 27.59% from 261); Blue value is 141 (55.47% from 255 or 54.02% from 261); Max value from RGB is 141 - color contains mainly: blue. Hex color #30488D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #30488D is #CFB772. Grayscale: #484848. Windows color (decimal): -13612915 or 9259056. OLE color: 9259056.
HSL color Cylindrical-coordinate representation of color #30488D: hue angle of 224.52º degrees, saturation: 0.49, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #30488D is Cyan = 0.66, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 48 | 72 | 141 | - |
| CMYK | 0.66 | 0.49 | 0 | 0.45 |
| HSL | 224.52º | 0.49% | 0.37% | - |
| HSV(B) | 224.52º | 0.66% | 0.55% | - |
| XYZ | 8.34 | 7.19 | 26.15 | - |
| YUV | 72.69 | 166.55 | 110.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 72 | 141 | 0.66 | 0.49 | 0 | 0.45 | 224.52 | 0.49 | 0.37 |
| Hex | 30 | 48 | 8D | 42 | 31 | 0 | 2D | E1 | 31 | 25 |
| Octal | 60 | 110 | 215 | 102 | 61 | 0 | 55 | 341 | 61 | 45 |
| Binary | 110000 | 1001000 | 10001101 | 1000010 | 110001 | 0 | 101101 | 11100001 | 110001 | 100101 |
Color Harmonies of #30488D
Complementary color
Monochromatic Colors of #30488D
Black with #30488D
Text Example
Text Example
White with #30488D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30488D; }
p { color: rgb(48,72,141); }
H1.HeaderClassName
{
color: #30488D;
}
.AnyTagClassName
{
color: #30488D;
}
</style>
background-color css
<style>
a { background-color: #30488D; }
a { background-color: rgb(48,72,141); }
div.DivClassName
{
background-color: #30488D;
}
.BgClassName
{
background-color: #30488D;
}
</style>
border-color css
<style>
span { border-color: #30488D; }
span { border-color: rgb(48,72,141); }
td.TdClassName
{
border-color: #30488D;
}
.TagClassName
{
border-color: #30488D;
}
</style>