Shades of Ultramarine #3012AA
Tints of Ultramarine #3012AA
RGB
CMYK
RGB Variations
Color information
#3012AA (or 0x3012AA) is known color: Ultramarine. HEX triplet: 30, 12 and AA. RGB value is (48,18,170). Sum of RGB (Red+Green+Blue) = 48+18+170=236 (31% of max value = 765). Red value is 48 (19.14% from 255 or 20.34% from 236); Green value is 18 (7.42% from 255 or 7.63% from 236); Blue value is 170 (66.80% from 255 or 72.03% from 236); Max value from RGB is 170 - color contains mainly: blue. Hex color #3012AA is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3012AA is #CFED55. Grayscale: #2B2B2B. Windows color (decimal): -13626710 or 11145776. OLE color: 11145776.
HSL color Cylindrical-coordinate representation of color #3012AA: hue angle of 251.84º degrees, saturation: 0.81, 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 #3012AA is Cyan = 0.72, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 48 | 18 | 170 | - |
| CMYK | 0.72 | 0.89 | 0 | 0.33 |
| HSL | 251.84º | 0.81% | 0.37% | - |
| HSV(B) | 251.84º | 0.89% | 0.67% | - |
| XYZ | 8.69 | 3.96 | 38.34 | - |
| YUV | 44.3 | 198.94 | 130.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 18 | 170 | 0.72 | 0.89 | 0 | 0.33 | 251.84 | 0.81 | 0.37 |
| Hex | 30 | 12 | AA | 48 | 59 | 0 | 21 | FC | 51 | 25 |
| Octal | 60 | 22 | 252 | 110 | 131 | 0 | 41 | 374 | 121 | 45 |
| Binary | 110000 | 10010 | 10101010 | 1001000 | 1011001 | 0 | 100001 | 11111100 | 1010001 | 100101 |
Color Harmonies of #3012AA
Complementary color
Monochromatic Colors of #3012AA
Black with #3012AA
Text Example
Text Example
White with #3012AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3012AA; }
p { color: rgb(48,18,170); }
H1.HeaderClassName
{
color: #3012AA;
}
.AnyTagClassName
{
color: #3012AA;
}
</style>
background-color css
<style>
a { background-color: #3012AA; }
a { background-color: rgb(48,18,170); }
div.DivClassName
{
background-color: #3012AA;
}
.BgClassName
{
background-color: #3012AA;
}
</style>
border-color css
<style>
span { border-color: #3012AA; }
span { border-color: rgb(48,18,170); }
td.TdClassName
{
border-color: #3012AA;
}
.TagClassName
{
border-color: #3012AA;
}
</style>