Shades of Ultramarine #3001AB
Tints of Ultramarine #3001AB
RGB
CMYK
RGB Variations
Color information
#3001AB (or 0x3001AB) is known color: Ultramarine. HEX triplet: 30, 01 and AB. RGB value is (48,1,171). Sum of RGB (Red+Green+Blue) = 48+1+171=220 (29% of max value = 765). Red value is 48 (19.14% from 255 or 21.82% from 220); Green value is 1 (0.78% from 255 or 0.45% from 220); Blue value is 171 (67.19% from 255 or 77.73% from 220); Max value from RGB is 171 - color contains mainly: blue. Hex color #3001AB is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3001AB is #CFFE54. Grayscale: #212121. Windows color (decimal): -13631061 or 11206960. OLE color: 11206960.
HSL color Cylindrical-coordinate representation of color #3001AB: hue angle of 256.59º 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 #3001AB is Cyan = 0.72, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 48 | 1 | 171 | - |
| CMYK | 0.72 | 0.99 | 0 | 0.33 |
| HSL | 256.59º | 0.99% | 0.34% | - |
| HSV(B) | 256.59º | 0.99% | 0.67% | - |
| XYZ | 8.58 | 3.59 | 38.77 | - |
| YUV | 34.43 | 205.07 | 137.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 1 | 171 | 0.72 | 0.99 | 0 | 0.33 | 256.59 | 0.99 | 0.34 |
| Hex | 30 | 1 | AB | 48 | 63 | 0 | 21 | 101 | 63 | 22 |
| Octal | 60 | 1 | 253 | 110 | 143 | 0 | 41 | 401 | 143 | 42 |
| Binary | 110000 | 1 | 10101011 | 1001000 | 1100011 | 0 | 100001 | 100000001 | 1100011 | 100010 |
Color Harmonies of #3001AB
Complementary color
Monochromatic Colors of #3001AB
Black with #3001AB
Text Example
Text Example
White with #3001AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3001AB; }
p { color: rgb(48,1,171); }
H1.HeaderClassName
{
color: #3001AB;
}
.AnyTagClassName
{
color: #3001AB;
}
</style>
background-color css
<style>
a { background-color: #3001AB; }
a { background-color: rgb(48,1,171); }
div.DivClassName
{
background-color: #3001AB;
}
.BgClassName
{
background-color: #3001AB;
}
</style>
border-color css
<style>
span { border-color: #3001AB; }
span { border-color: rgb(48,1,171); }
td.TdClassName
{
border-color: #3001AB;
}
.TagClassName
{
border-color: #3001AB;
}
</style>