Shades of Ultramarine #3014AB
Tints of Ultramarine #3014AB
RGB
CMYK
RGB Variations
Color information
#3014AB (or 0x3014AB) is known color: Ultramarine. HEX triplet: 30, 14 and AB. RGB value is (48,20,171). Sum of RGB (Red+Green+Blue) = 48+20+171=239 (31% of max value = 765). Red value is 48 (19.14% from 255 or 20.08% from 239); Green value is 20 (8.20% from 255 or 8.37% from 239); Blue value is 171 (67.19% from 255 or 71.55% from 239); Max value from RGB is 171 - color contains mainly: blue. Hex color #3014AB is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3014AB is #CFEB54. Grayscale: #2D2D2D. Windows color (decimal): -13626197 or 11211824. OLE color: 11211824.
HSL color Cylindrical-coordinate representation of color #3014AB: hue angle of 251.13º degrees, saturation: 0.79, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #3014AB is Cyan = 0.72, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 48 | 20 | 171 | - |
| CMYK | 0.72 | 0.88 | 0 | 0.33 |
| HSL | 251.13º | 0.79% | 0.37% | - |
| HSV(B) | 251.13º | 0.88% | 0.67% | - |
| XYZ | 8.82 | 4.07 | 38.85 | - |
| YUV | 45.59 | 198.78 | 129.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 20 | 171 | 0.72 | 0.88 | 0 | 0.33 | 251.13 | 0.79 | 0.37 |
| Hex | 30 | 14 | AB | 48 | 58 | 0 | 21 | FB | 4F | 25 |
| Octal | 60 | 24 | 253 | 110 | 130 | 0 | 41 | 373 | 117 | 45 |
| Binary | 110000 | 10100 | 10101011 | 1001000 | 1011000 | 0 | 100001 | 11111011 | 1001111 | 100101 |
Color Harmonies of #3014AB
Complementary color
Monochromatic Colors of #3014AB
Black with #3014AB
Text Example
Text Example
White with #3014AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3014AB; }
p { color: rgb(48,20,171); }
H1.HeaderClassName
{
color: #3014AB;
}
.AnyTagClassName
{
color: #3014AB;
}
</style>
background-color css
<style>
a { background-color: #3014AB; }
a { background-color: rgb(48,20,171); }
div.DivClassName
{
background-color: #3014AB;
}
.BgClassName
{
background-color: #3014AB;
}
</style>
border-color css
<style>
span { border-color: #3014AB; }
span { border-color: rgb(48,20,171); }
td.TdClassName
{
border-color: #3014AB;
}
.TagClassName
{
border-color: #3014AB;
}
</style>