Shades of Ultramarine #3003A0
Tints of Ultramarine #3003A0
RGB
CMYK
RGB Variations
Color information
#3003A0 (or 0x3003A0) is known color: Ultramarine. HEX triplet: 30, 03 and A0. RGB value is (48,3,160). Sum of RGB (Red+Green+Blue) = 48+3+160=211 (27% of max value = 765). Red value is 48 (19.14% from 255 or 22.75% from 211); Green value is 3 (1.56% from 255 or 1.42% from 211); Blue value is 160 (62.89% from 255 or 75.83% from 211); Max value from RGB is 160 - color contains mainly: blue. Hex color #3003A0 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3003A0 is #CFFC5F. Grayscale: #212121. Windows color (decimal): -13630560 or 10486576. OLE color: 10486576.
HSL color Cylindrical-coordinate representation of color #3003A0: hue angle of 257.2º degrees, saturation: 0.96, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3003A0 is Cyan = 0.70, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 48 | 3 | 160 | - |
| CMYK | 0.70 | 0.98 | 0 | 0.37 |
| HSL | 257.2º | 0.96% | 0.32% | - |
| HSV(B) | 257.2º | 0.98% | 0.63% | - |
| XYZ | 7.6 | 3.23 | 33.48 | - |
| YUV | 34.35 | 198.91 | 137.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 3 | 160 | 0.70 | 0.98 | 0 | 0.37 | 257.2 | 0.96 | 0.32 |
| Hex | 30 | 3 | A0 | 46 | 62 | 0 | 25 | 101 | 60 | 20 |
| Octal | 60 | 3 | 240 | 106 | 142 | 0 | 45 | 401 | 140 | 40 |
| Binary | 110000 | 11 | 10100000 | 1000110 | 1100010 | 0 | 100101 | 100000001 | 1100000 | 100000 |
Color Harmonies of #3003A0
Complementary color
Monochromatic Colors of #3003A0
Black with #3003A0
Text Example
Text Example
White with #3003A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3003A0; }
p { color: rgb(48,3,160); }
H1.HeaderClassName
{
color: #3003A0;
}
.AnyTagClassName
{
color: #3003A0;
}
</style>
background-color css
<style>
a { background-color: #3003A0; }
a { background-color: rgb(48,3,160); }
div.DivClassName
{
background-color: #3003A0;
}
.BgClassName
{
background-color: #3003A0;
}
</style>
border-color css
<style>
span { border-color: #3003A0; }
span { border-color: rgb(48,3,160); }
td.TdClassName
{
border-color: #3003A0;
}
.TagClassName
{
border-color: #3003A0;
}
</style>