Shades of Ultramarine #3001AC
Tints of Ultramarine #3001AC
RGB
CMYK
RGB Variations
Color information
#3001AC (or 0x3001AC) is known color: Ultramarine. HEX triplet: 30, 01 and AC. RGB value is (48,1,172). Sum of RGB (Red+Green+Blue) = 48+1+172=221 (29% of max value = 765). Red value is 48 (19.14% from 255 or 21.72% from 221); Green value is 1 (0.78% from 255 or 0.45% from 221); Blue value is 172 (67.58% from 255 or 77.83% from 221); Max value from RGB is 172 - color contains mainly: blue. Hex color #3001AC is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3001AC is #CFFE53. Grayscale: #212121. Windows color (decimal): -13631060 or 11272496. OLE color: 11272496.
HSL color Cylindrical-coordinate representation of color #3001AC: hue angle of 256.49º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3001AC is Cyan = 0.72, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 48 | 1 | 172 | - |
| CMYK | 0.72 | 0.99 | 0 | 0.33 |
| HSL | 256.49º | 0.99% | 0.34% | - |
| HSV(B) | 256.49º | 0.99% | 0.67% | - |
| XYZ | 8.68 | 3.63 | 39.27 | - |
| YUV | 34.55 | 205.57 | 137.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 1 | 172 | 0.72 | 0.99 | 0 | 0.33 | 256.49 | 0.99 | 0.34 |
| Hex | 30 | 1 | AC | 48 | 63 | 0 | 21 | 100 | 63 | 22 |
| Octal | 60 | 1 | 254 | 110 | 143 | 0 | 41 | 400 | 143 | 42 |
| Binary | 110000 | 1 | 10101100 | 1001000 | 1100011 | 0 | 100001 | 100000000 | 1100011 | 100010 |
Color Harmonies of #3001AC
Complementary color
Monochromatic Colors of #3001AC
Black with #3001AC
Text Example
Text Example
White with #3001AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3001AC; }
p { color: rgb(48,1,172); }
H1.HeaderClassName
{
color: #3001AC;
}
.AnyTagClassName
{
color: #3001AC;
}
</style>
background-color css
<style>
a { background-color: #3001AC; }
a { background-color: rgb(48,1,172); }
div.DivClassName
{
background-color: #3001AC;
}
.BgClassName
{
background-color: #3001AC;
}
</style>
border-color css
<style>
span { border-color: #3001AC; }
span { border-color: rgb(48,1,172); }
td.TdClassName
{
border-color: #3001AC;
}
.TagClassName
{
border-color: #3001AC;
}
</style>