Shades of Ultramarine #3001A0
Tints of Ultramarine #3001A0
RGB
CMYK
RGB Variations
Color information
#3001A0 (or 0x3001A0) is known color: Ultramarine. HEX triplet: 30, 01 and A0. RGB value is (48,1,160). Sum of RGB (Red+Green+Blue) = 48+1+160=209 (27% of max value = 765). Red value is 48 (19.14% from 255 or 22.97% from 209); Green value is 1 (0.78% from 255 or 0.48% from 209); Blue value is 160 (62.89% from 255 or 76.56% from 209); Max value from RGB is 160 - color contains mainly: blue. Hex color #3001A0 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3001A0 is #CFFE5F. Grayscale: #202020. Windows color (decimal): -13631072 or 10486064. OLE color: 10486064.
HSL color Cylindrical-coordinate representation of color #3001A0: hue angle of 257.74º degrees, saturation: 0.99, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3001A0 is Cyan = 0.70, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 48 | 1 | 160 | - |
| CMYK | 0.70 | 0.99 | 0 | 0.37 |
| HSL | 257.74º | 0.99% | 0.32% | - |
| HSV(B) | 257.74º | 0.99% | 0.63% | - |
| XYZ | 7.57 | 3.19 | 33.47 | - |
| YUV | 33.18 | 199.57 | 138.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 1 | 160 | 0.70 | 0.99 | 0 | 0.37 | 257.74 | 0.99 | 0.32 |
| Hex | 30 | 1 | A0 | 46 | 63 | 0 | 25 | 102 | 63 | 20 |
| Octal | 60 | 1 | 240 | 106 | 143 | 0 | 45 | 402 | 143 | 40 |
| Binary | 110000 | 1 | 10100000 | 1000110 | 1100011 | 0 | 100101 | 100000010 | 1100011 | 100000 |
Color Harmonies of #3001A0
Complementary color
Monochromatic Colors of #3001A0
Black with #3001A0
Text Example
Text Example
White with #3001A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3001A0; }
p { color: rgb(48,1,160); }
H1.HeaderClassName
{
color: #3001A0;
}
.AnyTagClassName
{
color: #3001A0;
}
</style>
background-color css
<style>
a { background-color: #3001A0; }
a { background-color: rgb(48,1,160); }
div.DivClassName
{
background-color: #3001A0;
}
.BgClassName
{
background-color: #3001A0;
}
</style>
border-color css
<style>
span { border-color: #3001A0; }
span { border-color: rgb(48,1,160); }
td.TdClassName
{
border-color: #3001A0;
}
.TagClassName
{
border-color: #3001A0;
}
</style>