Shades of Ultramarine #3101AC
Tints of Ultramarine #3101AC
RGB
CMYK
RGB Variations
Color information
#3101AC (or 0x3101AC) is known color: Ultramarine. HEX triplet: 31, 01 and AC. RGB value is (49,1,172). Sum of RGB (Red+Green+Blue) = 49+1+172=222 (29% of max value = 765). Red value is 49 (19.53% from 255 or 22.07% from 222); Green value is 1 (0.78% from 255 or 0.45% from 222); Blue value is 172 (67.58% from 255 or 77.48% from 222); Max value from RGB is 172 - color contains mainly: blue. Hex color #3101AC is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3101AC is #CEFE53. Grayscale: #222222. Windows color (decimal): -13565524 or 11272497. OLE color: 11272497.
HSL color Cylindrical-coordinate representation of color #3101AC: hue angle of 256.84º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3101AC is Cyan = 0.72, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 49 | 1 | 172 | - |
| CMYK | 0.72 | 0.99 | 0 | 0.33 |
| HSL | 256.84º | 0.99% | 0.34% | - |
| HSV(B) | 256.84º | 0.99% | 0.67% | - |
| XYZ | 8.72 | 3.65 | 39.28 | - |
| YUV | 34.85 | 205.4 | 138.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 1 | 172 | 0.72 | 0.99 | 0 | 0.33 | 256.84 | 0.99 | 0.34 |
| Hex | 31 | 1 | AC | 48 | 63 | 0 | 21 | 101 | 63 | 22 |
| Octal | 61 | 1 | 254 | 110 | 143 | 0 | 41 | 401 | 143 | 42 |
| Binary | 110001 | 1 | 10101100 | 1001000 | 1100011 | 0 | 100001 | 100000001 | 1100011 | 100010 |
Color Harmonies of #3101AC
Complementary color
Monochromatic Colors of #3101AC
Black with #3101AC
Text Example
Text Example
White with #3101AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3101AC; }
p { color: rgb(49,1,172); }
H1.HeaderClassName
{
color: #3101AC;
}
.AnyTagClassName
{
color: #3101AC;
}
</style>
background-color css
<style>
a { background-color: #3101AC; }
a { background-color: rgb(49,1,172); }
div.DivClassName
{
background-color: #3101AC;
}
.BgClassName
{
background-color: #3101AC;
}
</style>
border-color css
<style>
span { border-color: #3101AC; }
span { border-color: rgb(49,1,172); }
td.TdClassName
{
border-color: #3101AC;
}
.TagClassName
{
border-color: #3101AC;
}
</style>