Shades of Ultramarine #3003A3
Tints of Ultramarine #3003A3
RGB
CMYK
RGB Variations
Color information
#3003A3 (or 0x3003A3) is known color: Ultramarine. HEX triplet: 30, 03 and A3. RGB value is (48,3,163). Sum of RGB (Red+Green+Blue) = 48+3+163=214 (28% of max value = 765). Red value is 48 (19.14% from 255 or 22.43% from 214); Green value is 3 (1.56% from 255 or 1.40% from 214); Blue value is 163 (64.06% from 255 or 76.17% from 214); Max value from RGB is 163 - color contains mainly: blue. Hex color #3003A3 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3003A3 is #CFFC5C. Grayscale: #222222. Windows color (decimal): -13630557 or 10683184. OLE color: 10683184.
HSL color Cylindrical-coordinate representation of color #3003A3: hue angle of 256.88º degrees, saturation: 0.96, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3003A3 is Cyan = 0.71, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 48 | 3 | 163 | - |
| CMYK | 0.71 | 0.98 | 0 | 0.36 |
| HSL | 256.88º | 0.96% | 0.33% | - |
| HSV(B) | 256.88º | 0.98% | 0.64% | - |
| XYZ | 7.86 | 3.34 | 34.88 | - |
| YUV | 34.7 | 200.41 | 137.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 3 | 163 | 0.71 | 0.98 | 0 | 0.36 | 256.88 | 0.96 | 0.33 |
| Hex | 30 | 3 | A3 | 47 | 62 | 0 | 24 | 101 | 60 | 21 |
| Octal | 60 | 3 | 243 | 107 | 142 | 0 | 44 | 401 | 140 | 41 |
| Binary | 110000 | 11 | 10100011 | 1000111 | 1100010 | 0 | 100100 | 100000001 | 1100000 | 100001 |
Color Harmonies of #3003A3
Complementary color
Monochromatic Colors of #3003A3
Black with #3003A3
Text Example
Text Example
White with #3003A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3003A3; }
p { color: rgb(48,3,163); }
H1.HeaderClassName
{
color: #3003A3;
}
.AnyTagClassName
{
color: #3003A3;
}
</style>
background-color css
<style>
a { background-color: #3003A3; }
a { background-color: rgb(48,3,163); }
div.DivClassName
{
background-color: #3003A3;
}
.BgClassName
{
background-color: #3003A3;
}
</style>
border-color css
<style>
span { border-color: #3003A3; }
span { border-color: rgb(48,3,163); }
td.TdClassName
{
border-color: #3003A3;
}
.TagClassName
{
border-color: #3003A3;
}
</style>