Shades of Ultramarine #3014B0
Tints of Ultramarine #3014B0
RGB
CMYK
RGB Variations
Color information
#3014B0 (or 0x3014B0) is known color: Ultramarine. HEX triplet: 30, 14 and B0. RGB value is (48,20,176). Sum of RGB (Red+Green+Blue) = 48+20+176=244 (32% of max value = 765). Red value is 48 (19.14% from 255 or 19.67% from 244); Green value is 20 (8.20% from 255 or 8.20% from 244); Blue value is 176 (69.14% from 255 or 72.13% from 244); Max value from RGB is 176 - color contains mainly: blue. Hex color #3014B0 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3014B0 is #CFEB4F. Grayscale: #2D2D2D. Windows color (decimal): -13626192 or 11539504. OLE color: 11539504.
HSL color Cylindrical-coordinate representation of color #3014B0: hue angle of 250.77º degrees, saturation: 0.8, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #3014B0 is Cyan = 0.73, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 48 | 20 | 176 | - |
| CMYK | 0.73 | 0.89 | 0 | 0.31 |
| HSL | 250.77º | 0.8% | 0.38% | - |
| HSV(B) | 250.77º | 0.89% | 0.69% | - |
| XYZ | 9.31 | 4.26 | 41.41 | - |
| YUV | 46.16 | 201.28 | 129.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 20 | 176 | 0.73 | 0.89 | 0 | 0.31 | 250.77 | 0.8 | 0.38 |
| Hex | 30 | 14 | B0 | 49 | 59 | 0 | 1F | FB | 50 | 26 |
| Octal | 60 | 24 | 260 | 111 | 131 | 0 | 37 | 373 | 120 | 46 |
| Binary | 110000 | 10100 | 10110000 | 1001001 | 1011001 | 0 | 11111 | 11111011 | 1010000 | 100110 |
Color Harmonies of #3014B0
Complementary color
Monochromatic Colors of #3014B0
Black with #3014B0
Text Example
Text Example
White with #3014B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3014B0; }
p { color: rgb(48,20,176); }
H1.HeaderClassName
{
color: #3014B0;
}
.AnyTagClassName
{
color: #3014B0;
}
</style>
background-color css
<style>
a { background-color: #3014B0; }
a { background-color: rgb(48,20,176); }
div.DivClassName
{
background-color: #3014B0;
}
.BgClassName
{
background-color: #3014B0;
}
</style>
border-color css
<style>
span { border-color: #3014B0; }
span { border-color: rgb(48,20,176); }
td.TdClassName
{
border-color: #3014B0;
}
.TagClassName
{
border-color: #3014B0;
}
</style>