Shades of Ultramarine #3001BA
Tints of Ultramarine #3001BA
RGB
CMYK
RGB Variations
Color information
#3001BA (or 0x3001BA) is known color: Ultramarine. HEX triplet: 30, 01 and BA. RGB value is (48,1,186). Sum of RGB (Red+Green+Blue) = 48+1+186=235 (31% of max value = 765). Red value is 48 (19.14% from 255 or 20.43% from 235); Green value is 1 (0.78% from 255 or 0.43% from 235); Blue value is 186 (73.05% from 255 or 79.15% from 235); Max value from RGB is 186 - color contains mainly: blue. Hex color #3001BA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3001BA is #CFFE45. Grayscale: #232323. Windows color (decimal): -13631046 or 12190000. OLE color: 12190000.
HSL color Cylindrical-coordinate representation of color #3001BA: hue angle of 255.24º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3001BA is Cyan = 0.74, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 48 | 1 | 186 | - |
| CMYK | 0.74 | 0.99 | 0 | 0.27 |
| HSL | 255.24º | 0.99% | 0.37% | - |
| HSV(B) | 255.24º | 0.99% | 0.73% | - |
| XYZ | 10.09 | 4.2 | 46.73 | - |
| YUV | 36.14 | 212.57 | 136.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 1 | 186 | 0.74 | 0.99 | 0 | 0.27 | 255.24 | 0.99 | 0.37 |
| Hex | 30 | 1 | BA | 4A | 63 | 0 | 1B | FF | 63 | 25 |
| Octal | 60 | 1 | 272 | 112 | 143 | 0 | 33 | 377 | 143 | 45 |
| Binary | 110000 | 1 | 10111010 | 1001010 | 1100011 | 0 | 11011 | 11111111 | 1100011 | 100101 |
Color Harmonies of #3001BA
Complementary color
Monochromatic Colors of #3001BA
Black with #3001BA
Text Example
Text Example
White with #3001BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3001BA; }
p { color: rgb(48,1,186); }
H1.HeaderClassName
{
color: #3001BA;
}
.AnyTagClassName
{
color: #3001BA;
}
</style>
background-color css
<style>
a { background-color: #3001BA; }
a { background-color: rgb(48,1,186); }
div.DivClassName
{
background-color: #3001BA;
}
.BgClassName
{
background-color: #3001BA;
}
</style>
border-color css
<style>
span { border-color: #3001BA; }
span { border-color: rgb(48,1,186); }
td.TdClassName
{
border-color: #3001BA;
}
.TagClassName
{
border-color: #3001BA;
}
</style>