Shades of Tory Blue #3048A3
Tints of Tory Blue #3048A3
RGB
CMYK
RGB Variations
Color information
#3048A3 (or 0x3048A3) is known color: Tory Blue. HEX triplet: 30, 48 and A3. RGB value is (48,72,163). Sum of RGB (Red+Green+Blue) = 48+72+163=283 (37% of max value = 765). Red value is 48 (19.14% from 255 or 16.96% from 283); Green value is 72 (28.52% from 255 or 25.44% from 283); Blue value is 163 (64.06% from 255 or 57.60% from 283); Max value from RGB is 163 - color contains mainly: blue. Hex color #3048A3 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3048A3 is #CFB75C. Grayscale: #4A4A4A. Windows color (decimal): -13612893 or 10700848. OLE color: 10700848.
HSL color Cylindrical-coordinate representation of color #3048A3: hue angle of 227.48º degrees, saturation: 0.55, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3048A3 is Cyan = 0.71, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 48 | 72 | 163 | - |
| CMYK | 0.71 | 0.56 | 0 | 0.36 |
| HSL | 227.48º | 0.55% | 0.41% | - |
| HSV(B) | 227.48º | 0.71% | 0.64% | - |
| XYZ | 10.15 | 7.91 | 35.64 | - |
| YUV | 75.2 | 177.55 | 108.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 72 | 163 | 0.71 | 0.56 | 0 | 0.36 | 227.48 | 0.55 | 0.41 |
| Hex | 30 | 48 | A3 | 47 | 38 | 0 | 24 | E3 | 37 | 29 |
| Octal | 60 | 110 | 243 | 107 | 70 | 0 | 44 | 343 | 67 | 51 |
| Binary | 110000 | 1001000 | 10100011 | 1000111 | 111000 | 0 | 100100 | 11100011 | 110111 | 101001 |
Color Harmonies of #3048A3
Complementary color
Monochromatic Colors of #3048A3
Black with #3048A3
Text Example
Text Example
White with #3048A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3048A3; }
p { color: rgb(48,72,163); }
H1.HeaderClassName
{
color: #3048A3;
}
.AnyTagClassName
{
color: #3048A3;
}
</style>
background-color css
<style>
a { background-color: #3048A3; }
a { background-color: rgb(48,72,163); }
div.DivClassName
{
background-color: #3048A3;
}
.BgClassName
{
background-color: #3048A3;
}
</style>
border-color css
<style>
span { border-color: #3048A3; }
span { border-color: rgb(48,72,163); }
td.TdClassName
{
border-color: #3048A3;
}
.TagClassName
{
border-color: #3048A3;
}
</style>