Shades of Ultramarine #3010AD
Tints of Ultramarine #3010AD
RGB
CMYK
RGB Variations
Color information
#3010AD (or 0x3010AD) is known color: Ultramarine. HEX triplet: 30, 10 and AD. RGB value is (48,16,173). Sum of RGB (Red+Green+Blue) = 48+16+173=237 (31% of max value = 765). Red value is 48 (19.14% from 255 or 20.25% from 237); Green value is 16 (6.64% from 255 or 6.75% from 237); Blue value is 173 (67.97% from 255 or 73.00% from 237); Max value from RGB is 173 - color contains mainly: blue. Hex color #3010AD is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3010AD is #CFEF52. Grayscale: #2A2A2A. Windows color (decimal): -13627219 or 11341872. OLE color: 11341872.
HSL color Cylindrical-coordinate representation of color #3010AD: hue angle of 252.23º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #3010AD is Cyan = 0.72, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 48 | 16 | 173 | - |
| CMYK | 0.72 | 0.91 | 0 | 0.32 |
| HSL | 252.23º | 0.83% | 0.37% | - |
| HSV(B) | 252.23º | 0.91% | 0.68% | - |
| XYZ | 8.95 | 4.02 | 39.84 | - |
| YUV | 43.47 | 201.1 | 131.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 16 | 173 | 0.72 | 0.91 | 0 | 0.32 | 252.23 | 0.83 | 0.37 |
| Hex | 30 | 10 | AD | 48 | 5B | 0 | 20 | FC | 53 | 25 |
| Octal | 60 | 20 | 255 | 110 | 133 | 0 | 40 | 374 | 123 | 45 |
| Binary | 110000 | 10000 | 10101101 | 1001000 | 1011011 | 0 | 100000 | 11111100 | 1010011 | 100101 |
Color Harmonies of #3010AD
Complementary color
Monochromatic Colors of #3010AD
Black with #3010AD
Text Example
Text Example
White with #3010AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3010AD; }
p { color: rgb(48,16,173); }
H1.HeaderClassName
{
color: #3010AD;
}
.AnyTagClassName
{
color: #3010AD;
}
</style>
background-color css
<style>
a { background-color: #3010AD; }
a { background-color: rgb(48,16,173); }
div.DivClassName
{
background-color: #3010AD;
}
.BgClassName
{
background-color: #3010AD;
}
</style>
border-color css
<style>
span { border-color: #3010AD; }
span { border-color: rgb(48,16,173); }
td.TdClassName
{
border-color: #3010AD;
}
.TagClassName
{
border-color: #3010AD;
}
</style>