Shades of Ultramarine #3013AA
Tints of Ultramarine #3013AA
RGB
CMYK
RGB Variations
Color information
#3013AA (or 0x3013AA) is known color: Ultramarine. HEX triplet: 30, 13 and AA. RGB value is (48,19,170). Sum of RGB (Red+Green+Blue) = 48+19+170=237 (31% of max value = 765). Red value is 48 (19.14% from 255 or 20.25% from 237); Green value is 19 (7.81% from 255 or 8.02% from 237); Blue value is 170 (66.80% from 255 or 71.73% from 237); Max value from RGB is 170 - color contains mainly: blue. Hex color #3013AA is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3013AA is #CFEC55. Grayscale: #2C2C2C. Windows color (decimal): -13626454 or 11146032. OLE color: 11146032.
HSL color Cylindrical-coordinate representation of color #3013AA: hue angle of 251.52º degrees, saturation: 0.8, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #3013AA is Cyan = 0.72, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 48 | 19 | 170 | - |
| CMYK | 0.72 | 0.89 | 0 | 0.33 |
| HSL | 251.52º | 0.8% | 0.37% | - |
| HSV(B) | 251.52º | 0.89% | 0.67% | - |
| XYZ | 8.71 | 4 | 38.34 | - |
| YUV | 44.89 | 198.61 | 130.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 19 | 170 | 0.72 | 0.89 | 0 | 0.33 | 251.52 | 0.8 | 0.37 |
| Hex | 30 | 13 | AA | 48 | 59 | 0 | 21 | FC | 50 | 25 |
| Octal | 60 | 23 | 252 | 110 | 131 | 0 | 41 | 374 | 120 | 45 |
| Binary | 110000 | 10011 | 10101010 | 1001000 | 1011001 | 0 | 100001 | 11111100 | 1010000 | 100101 |
Color Harmonies of #3013AA
Complementary color
Monochromatic Colors of #3013AA
Black with #3013AA
Text Example
Text Example
White with #3013AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3013AA; }
p { color: rgb(48,19,170); }
H1.HeaderClassName
{
color: #3013AA;
}
.AnyTagClassName
{
color: #3013AA;
}
</style>
background-color css
<style>
a { background-color: #3013AA; }
a { background-color: rgb(48,19,170); }
div.DivClassName
{
background-color: #3013AA;
}
.BgClassName
{
background-color: #3013AA;
}
</style>
border-color css
<style>
span { border-color: #3013AA; }
span { border-color: rgb(48,19,170); }
td.TdClassName
{
border-color: #3013AA;
}
.TagClassName
{
border-color: #3013AA;
}
</style>