Shades of Ultramarine #3102AD
Tints of Ultramarine #3102AD
RGB
CMYK
RGB Variations
Color information
#3102AD (or 0x3102AD) is known color: Ultramarine. HEX triplet: 31, 02 and AD. RGB value is (49,2,173). Sum of RGB (Red+Green+Blue) = 49+2+173=224 (29% of max value = 765). Red value is 49 (19.53% from 255 or 21.88% from 224); Green value is 2 (1.17% from 255 or 0.89% from 224); Blue value is 173 (67.97% from 255 or 77.23% from 224); Max value from RGB is 173 - color contains mainly: blue. Hex color #3102AD is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3102AD is #CEFD52. Grayscale: #222222. Windows color (decimal): -13565267 or 11338289. OLE color: 11338289.
HSL color Cylindrical-coordinate representation of color #3102AD: hue angle of 256.49º degrees, saturation: 0.98, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3102AD is Cyan = 0.72, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 49 | 2 | 173 | - |
| CMYK | 0.72 | 0.99 | 0 | 0.32 |
| HSL | 256.49º | 0.98% | 0.34% | - |
| HSV(B) | 256.49º | 0.99% | 0.68% | - |
| XYZ | 8.83 | 3.71 | 39.79 | - |
| YUV | 35.55 | 205.57 | 137.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 2 | 173 | 0.72 | 0.99 | 0 | 0.32 | 256.49 | 0.98 | 0.34 |
| Hex | 31 | 2 | AD | 48 | 63 | 0 | 20 | 100 | 62 | 22 |
| Octal | 61 | 2 | 255 | 110 | 143 | 0 | 40 | 400 | 142 | 42 |
| Binary | 110001 | 10 | 10101101 | 1001000 | 1100011 | 0 | 100000 | 100000000 | 1100010 | 100010 |
Color Harmonies of #3102AD
Complementary color
Monochromatic Colors of #3102AD
Black with #3102AD
Text Example
Text Example
White with #3102AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3102AD; }
p { color: rgb(49,2,173); }
H1.HeaderClassName
{
color: #3102AD;
}
.AnyTagClassName
{
color: #3102AD;
}
</style>
background-color css
<style>
a { background-color: #3102AD; }
a { background-color: rgb(49,2,173); }
div.DivClassName
{
background-color: #3102AD;
}
.BgClassName
{
background-color: #3102AD;
}
</style>
border-color css
<style>
span { border-color: #3102AD; }
span { border-color: rgb(49,2,173); }
td.TdClassName
{
border-color: #3102AD;
}
.TagClassName
{
border-color: #3102AD;
}
</style>