Shades of Ultramarine #3001A4
Tints of Ultramarine #3001A4
RGB
CMYK
RGB Variations
Color information
#3001A4 (or 0x3001A4) is known color: Ultramarine. HEX triplet: 30, 01 and A4. RGB value is (48,1,164). Sum of RGB (Red+Green+Blue) = 48+1+164=213 (28% of max value = 765). Red value is 48 (19.14% from 255 or 22.54% from 213); Green value is 1 (0.78% from 255 or 0.47% from 213); Blue value is 164 (64.45% from 255 or 77.00% from 213); Max value from RGB is 164 - color contains mainly: blue. Hex color #3001A4 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3001A4 is #CFFE5B. Grayscale: #212121. Windows color (decimal): -13631068 or 10748208. OLE color: 10748208.
HSL color Cylindrical-coordinate representation of color #3001A4: hue angle of 257.3º degrees, saturation: 0.99, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3001A4 is Cyan = 0.71, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 48 | 1 | 164 | - |
| CMYK | 0.71 | 0.99 | 0 | 0.36 |
| HSL | 257.3º | 0.99% | 0.32% | - |
| HSV(B) | 257.3º | 0.99% | 0.64% | - |
| XYZ | 7.93 | 3.33 | 35.35 | - |
| YUV | 33.64 | 201.57 | 138.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 1 | 164 | 0.71 | 0.99 | 0 | 0.36 | 257.3 | 0.99 | 0.32 |
| Hex | 30 | 1 | A4 | 47 | 63 | 0 | 24 | 101 | 63 | 20 |
| Octal | 60 | 1 | 244 | 107 | 143 | 0 | 44 | 401 | 143 | 40 |
| Binary | 110000 | 1 | 10100100 | 1000111 | 1100011 | 0 | 100100 | 100000001 | 1100011 | 100000 |
Color Harmonies of #3001A4
Complementary color
Monochromatic Colors of #3001A4
Black with #3001A4
Text Example
Text Example
White with #3001A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3001A4; }
p { color: rgb(48,1,164); }
H1.HeaderClassName
{
color: #3001A4;
}
.AnyTagClassName
{
color: #3001A4;
}
</style>
background-color css
<style>
a { background-color: #3001A4; }
a { background-color: rgb(48,1,164); }
div.DivClassName
{
background-color: #3001A4;
}
.BgClassName
{
background-color: #3001A4;
}
</style>
border-color css
<style>
span { border-color: #3001A4; }
span { border-color: rgb(48,1,164); }
td.TdClassName
{
border-color: #3001A4;
}
.TagClassName
{
border-color: #3001A4;
}
</style>