Shades of Ultramarine #3011AC
Tints of Ultramarine #3011AC
RGB
CMYK
RGB Variations
Color information
#3011AC (or 0x3011AC) is known color: Ultramarine. HEX triplet: 30, 11 and AC. RGB value is (48,17,172). Sum of RGB (Red+Green+Blue) = 48+17+172=237 (31% of max value = 765). Red value is 48 (19.14% from 255 or 20.25% from 237); Green value is 17 (7.03% from 255 or 7.17% from 237); Blue value is 172 (67.58% from 255 or 72.57% from 237); Max value from RGB is 172 - color contains mainly: blue. Hex color #3011AC is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3011AC is #CFEE53. Grayscale: #2B2B2B. Windows color (decimal): -13626964 or 11276592. OLE color: 11276592.
HSL color Cylindrical-coordinate representation of color #3011AC: hue angle of 252º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3011AC is Cyan = 0.72, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 48 | 17 | 172 | - |
| CMYK | 0.72 | 0.90 | 0 | 0.33 |
| HSL | 252º | 0.82% | 0.37% | - |
| HSV(B) | 252º | 0.9% | 0.67% | - |
| XYZ | 8.87 | 4.01 | 39.34 | - |
| YUV | 43.94 | 200.27 | 130.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 17 | 172 | 0.72 | 0.90 | 0 | 0.33 | 252 | 0.82 | 0.37 |
| Hex | 30 | 11 | AC | 48 | 5A | 0 | 21 | FC | 52 | 25 |
| Octal | 60 | 21 | 254 | 110 | 132 | 0 | 41 | 374 | 122 | 45 |
| Binary | 110000 | 10001 | 10101100 | 1001000 | 1011010 | 0 | 100001 | 11111100 | 1010010 | 100101 |
Color Harmonies of #3011AC
Complementary color
Monochromatic Colors of #3011AC
Black with #3011AC
Text Example
Text Example
White with #3011AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3011AC; }
p { color: rgb(48,17,172); }
H1.HeaderClassName
{
color: #3011AC;
}
.AnyTagClassName
{
color: #3011AC;
}
</style>
background-color css
<style>
a { background-color: #3011AC; }
a { background-color: rgb(48,17,172); }
div.DivClassName
{
background-color: #3011AC;
}
.BgClassName
{
background-color: #3011AC;
}
</style>
border-color css
<style>
span { border-color: #3011AC; }
span { border-color: rgb(48,17,172); }
td.TdClassName
{
border-color: #3011AC;
}
.TagClassName
{
border-color: #3011AC;
}
</style>