Shades of Ultramarine #3101AD
Tints of Ultramarine #3101AD
RGB
CMYK
RGB Variations
Color information
#3101AD (or 0x3101AD) is known color: Ultramarine. HEX triplet: 31, 01 and AD. RGB value is (49,1,173). Sum of RGB (Red+Green+Blue) = 49+1+173=223 (29% of max value = 765). Red value is 49 (19.53% from 255 or 21.97% from 223); Green value is 1 (0.78% from 255 or 0.45% from 223); Blue value is 173 (67.97% from 255 or 77.58% from 223); Max value from RGB is 173 - color contains mainly: blue. Hex color #3101AD is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3101AD is #CEFE52. Grayscale: #222222. Windows color (decimal): -13565523 or 11338033. OLE color: 11338033.
HSL color Cylindrical-coordinate representation of color #3101AD: hue angle of 256.74º degrees, saturation: 0.99, 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 #3101AD is Cyan = 0.72, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 49 | 1 | 173 | - |
| CMYK | 0.72 | 0.99 | 0 | 0.32 |
| HSL | 256.74º | 0.99% | 0.34% | - |
| HSV(B) | 256.74º | 0.99% | 0.68% | - |
| XYZ | 8.82 | 3.69 | 39.78 | - |
| YUV | 34.96 | 205.9 | 138.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 1 | 173 | 0.72 | 0.99 | 0 | 0.32 | 256.74 | 0.99 | 0.34 |
| Hex | 31 | 1 | AD | 48 | 63 | 0 | 20 | 101 | 63 | 22 |
| Octal | 61 | 1 | 255 | 110 | 143 | 0 | 40 | 401 | 143 | 42 |
| Binary | 110001 | 1 | 10101101 | 1001000 | 1100011 | 0 | 100000 | 100000001 | 1100011 | 100010 |
Color Harmonies of #3101AD
Complementary color
Monochromatic Colors of #3101AD
Black with #3101AD
Text Example
Text Example
White with #3101AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3101AD; }
p { color: rgb(49,1,173); }
H1.HeaderClassName
{
color: #3101AD;
}
.AnyTagClassName
{
color: #3101AD;
}
</style>
background-color css
<style>
a { background-color: #3101AD; }
a { background-color: rgb(49,1,173); }
div.DivClassName
{
background-color: #3101AD;
}
.BgClassName
{
background-color: #3101AD;
}
</style>
border-color css
<style>
span { border-color: #3101AD; }
span { border-color: rgb(49,1,173); }
td.TdClassName
{
border-color: #3101AD;
}
.TagClassName
{
border-color: #3101AD;
}
</style>