Shades of Ultramarine #3015B1
Tints of Ultramarine #3015B1
RGB
CMYK
RGB Variations
Color information
#3015B1 (or 0x3015B1) is known color: Ultramarine. HEX triplet: 30, 15 and B1. RGB value is (48,21,177). Sum of RGB (Red+Green+Blue) = 48+21+177=246 (32% of max value = 765). Red value is 48 (19.14% from 255 or 19.51% from 246); Green value is 21 (8.59% from 255 or 8.54% from 246); Blue value is 177 (69.53% from 255 or 71.95% from 246); Max value from RGB is 177 - color contains mainly: blue. Hex color #3015B1 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3015B1 is #CFEA4E. Grayscale: #2E2E2E. Windows color (decimal): -13625935 or 11605296. OLE color: 11605296.
HSL color Cylindrical-coordinate representation of color #3015B1: hue angle of 250.38º degrees, saturation: 0.79, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #3015B1 is Cyan = 0.73, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 48 | 21 | 177 | - |
| CMYK | 0.73 | 0.88 | 0 | 0.31 |
| HSL | 250.38º | 0.79% | 0.39% | - |
| HSV(B) | 250.38º | 0.88% | 0.69% | - |
| XYZ | 9.42 | 4.34 | 41.94 | - |
| YUV | 46.86 | 201.45 | 128.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 21 | 177 | 0.73 | 0.88 | 0 | 0.31 | 250.38 | 0.79 | 0.39 |
| Hex | 30 | 15 | B1 | 49 | 58 | 0 | 1F | FA | 4F | 27 |
| Octal | 60 | 25 | 261 | 111 | 130 | 0 | 37 | 372 | 117 | 47 |
| Binary | 110000 | 10101 | 10110001 | 1001001 | 1011000 | 0 | 11111 | 11111010 | 1001111 | 100111 |
Color Harmonies of #3015B1
Complementary color
Monochromatic Colors of #3015B1
Black with #3015B1
Text Example
Text Example
White with #3015B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3015B1; }
p { color: rgb(48,21,177); }
H1.HeaderClassName
{
color: #3015B1;
}
.AnyTagClassName
{
color: #3015B1;
}
</style>
background-color css
<style>
a { background-color: #3015B1; }
a { background-color: rgb(48,21,177); }
div.DivClassName
{
background-color: #3015B1;
}
.BgClassName
{
background-color: #3015B1;
}
</style>
border-color css
<style>
span { border-color: #3015B1; }
span { border-color: rgb(48,21,177); }
td.TdClassName
{
border-color: #3015B1;
}
.TagClassName
{
border-color: #3015B1;
}
</style>