Shades of Tory Blue #3046A0
Tints of Tory Blue #3046A0
RGB
CMYK
RGB Variations
Color information
#3046A0 (or 0x3046A0) is known color: Tory Blue. HEX triplet: 30, 46 and A0. RGB value is (48,70,160). Sum of RGB (Red+Green+Blue) = 48+70+160=278 (36% of max value = 765). Red value is 48 (19.14% from 255 or 17.27% from 278); Green value is 70 (27.73% from 255 or 25.18% from 278); Blue value is 160 (62.89% from 255 or 57.55% from 278); Max value from RGB is 160 - color contains mainly: blue. Hex color #3046A0 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3046A0 is #CFB95F. Grayscale: #494949. Windows color (decimal): -13613408 or 10503728. OLE color: 10503728.
HSL color Cylindrical-coordinate representation of color #3046A0: hue angle of 228.21º degrees, saturation: 0.54, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3046A0 is Cyan = 0.70, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 48 | 70 | 160 | - |
| CMYK | 0.70 | 0.56 | 0 | 0.37 |
| HSL | 228.21º | 0.54% | 0.41% | - |
| HSV(B) | 228.21º | 0.7% | 0.63% | - |
| XYZ | 9.75 | 7.55 | 34.2 | - |
| YUV | 73.68 | 176.71 | 109.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 70 | 160 | 0.70 | 0.56 | 0 | 0.37 | 228.21 | 0.54 | 0.41 |
| Hex | 30 | 46 | A0 | 46 | 38 | 0 | 25 | E4 | 36 | 29 |
| Octal | 60 | 106 | 240 | 106 | 70 | 0 | 45 | 344 | 66 | 51 |
| Binary | 110000 | 1000110 | 10100000 | 1000110 | 111000 | 0 | 100101 | 11100100 | 110110 | 101001 |
Color Harmonies of #3046A0
Complementary color
Monochromatic Colors of #3046A0
Black with #3046A0
Text Example
Text Example
White with #3046A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3046A0; }
p { color: rgb(48,70,160); }
H1.HeaderClassName
{
color: #3046A0;
}
.AnyTagClassName
{
color: #3046A0;
}
</style>
background-color css
<style>
a { background-color: #3046A0; }
a { background-color: rgb(48,70,160); }
div.DivClassName
{
background-color: #3046A0;
}
.BgClassName
{
background-color: #3046A0;
}
</style>
border-color css
<style>
span { border-color: #3046A0; }
span { border-color: rgb(48,70,160); }
td.TdClassName
{
border-color: #3046A0;
}
.TagClassName
{
border-color: #3046A0;
}
</style>