Shades of Ultramarine #3015AB
Tints of Ultramarine #3015AB
RGB
CMYK
RGB Variations
Color information
#3015AB (or 0x3015AB) is known color: Ultramarine. HEX triplet: 30, 15 and AB. RGB value is (48,21,171). Sum of RGB (Red+Green+Blue) = 48+21+171=240 (31% of max value = 765). Red value is 48 (19.14% from 255 or 20% from 240); Green value is 21 (8.59% from 255 or 8.75% from 240); Blue value is 171 (67.19% from 255 or 71.25% from 240); Max value from RGB is 171 - color contains mainly: blue. Hex color #3015AB is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3015AB is #CFEA54. Grayscale: #2D2D2D. Windows color (decimal): -13625941 or 11212080. OLE color: 11212080.
HSL color Cylindrical-coordinate representation of color #3015AB: hue angle of 250.8º degrees, saturation: 0.78, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #3015AB is Cyan = 0.72, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 48 | 21 | 171 | - |
| CMYK | 0.72 | 0.88 | 0 | 0.33 |
| HSL | 250.8º | 0.78% | 0.38% | - |
| HSV(B) | 250.8º | 0.88% | 0.67% | - |
| XYZ | 8.84 | 4.1 | 38.85 | - |
| YUV | 46.17 | 198.45 | 129.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 21 | 171 | 0.72 | 0.88 | 0 | 0.33 | 250.8 | 0.78 | 0.38 |
| Hex | 30 | 15 | AB | 48 | 58 | 0 | 21 | FB | 4E | 26 |
| Octal | 60 | 25 | 253 | 110 | 130 | 0 | 41 | 373 | 116 | 46 |
| Binary | 110000 | 10101 | 10101011 | 1001000 | 1011000 | 0 | 100001 | 11111011 | 1001110 | 100110 |
Color Harmonies of #3015AB
Complementary color
Monochromatic Colors of #3015AB
Black with #3015AB
Text Example
Text Example
White with #3015AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3015AB; }
p { color: rgb(48,21,171); }
H1.HeaderClassName
{
color: #3015AB;
}
.AnyTagClassName
{
color: #3015AB;
}
</style>
background-color css
<style>
a { background-color: #3015AB; }
a { background-color: rgb(48,21,171); }
div.DivClassName
{
background-color: #3015AB;
}
.BgClassName
{
background-color: #3015AB;
}
</style>
border-color css
<style>
span { border-color: #3015AB; }
span { border-color: rgb(48,21,171); }
td.TdClassName
{
border-color: #3015AB;
}
.TagClassName
{
border-color: #3015AB;
}
</style>