Shades of Ultramarine #3014AD
Tints of Ultramarine #3014AD
RGB
CMYK
RGB Variations
Color information
#3014AD (or 0x3014AD) is known color: Ultramarine. HEX triplet: 30, 14 and AD. RGB value is (48,20,173). Sum of RGB (Red+Green+Blue) = 48+20+173=241 (31% of max value = 765). Red value is 48 (19.14% from 255 or 19.92% from 241); Green value is 20 (8.20% from 255 or 8.30% from 241); Blue value is 173 (67.97% from 255 or 71.78% from 241); Max value from RGB is 173 - color contains mainly: blue. Hex color #3014AD is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3014AD is #CFEB52. Grayscale: #2D2D2D. Windows color (decimal): -13626195 or 11342896. OLE color: 11342896.
HSL color Cylindrical-coordinate representation of color #3014AD: hue angle of 250.98º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #3014AD is Cyan = 0.72, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 48 | 20 | 173 | - |
| CMYK | 0.72 | 0.88 | 0 | 0.32 |
| HSL | 250.98º | 0.79% | 0.38% | - |
| HSV(B) | 250.98º | 0.88% | 0.68% | - |
| XYZ | 9.01 | 4.15 | 39.86 | - |
| YUV | 45.81 | 199.78 | 129.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 20 | 173 | 0.72 | 0.88 | 0 | 0.32 | 250.98 | 0.79 | 0.38 |
| Hex | 30 | 14 | AD | 48 | 58 | 0 | 20 | FB | 4F | 26 |
| Octal | 60 | 24 | 255 | 110 | 130 | 0 | 40 | 373 | 117 | 46 |
| Binary | 110000 | 10100 | 10101101 | 1001000 | 1011000 | 0 | 100000 | 11111011 | 1001111 | 100110 |
Color Harmonies of #3014AD
Complementary color
Monochromatic Colors of #3014AD
Black with #3014AD
Text Example
Text Example
White with #3014AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3014AD; }
p { color: rgb(48,20,173); }
H1.HeaderClassName
{
color: #3014AD;
}
.AnyTagClassName
{
color: #3014AD;
}
</style>
background-color css
<style>
a { background-color: #3014AD; }
a { background-color: rgb(48,20,173); }
div.DivClassName
{
background-color: #3014AD;
}
.BgClassName
{
background-color: #3014AD;
}
</style>
border-color css
<style>
span { border-color: #3014AD; }
span { border-color: rgb(48,20,173); }
td.TdClassName
{
border-color: #3014AD;
}
.TagClassName
{
border-color: #3014AD;
}
</style>