Shades of Ultramarine #3100AC
Tints of Ultramarine #3100AC
RGB
CMYK
RGB Variations
Color information
#3100AC (or 0x3100AC) is known color: Ultramarine. HEX triplet: 31, 00 and AC. RGB value is (49,0,172). Sum of RGB (Red+Green+Blue) = 49+0+172=221 (29% of max value = 765). Red value is 49 (19.53% from 255 or 22.17% from 221); Green value is 0 (0.39% from 255 or 0% from 221); Blue value is 172 (67.58% from 255 or 77.83% from 221); Max value from RGB is 172 - color contains mainly: blue. Hex color #3100AC is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3100AC is #CEFF53. Grayscale: #212121. Windows color (decimal): -13565780 or 11272241. OLE color: 11272241.
HSL color Cylindrical-coordinate representation of color #3100AC: hue angle of 257.09º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3100AC is Cyan = 0.72, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 49 | 0 | 172 | - |
| CMYK | 0.72 | 1 | 0 | 0.33 |
| HSL | 257.09º | 1% | 0.34% | - |
| HSV(B) | 257.09º | 1% | 0.67% | - |
| XYZ | 8.71 | 3.63 | 39.27 | - |
| YUV | 34.26 | 205.73 | 138.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 0 | 172 | 0.72 | 1 | 0 | 0.33 | 257.09 | 1 | 0.34 |
| Hex | 31 | 0 | AC | 48 | 64 | 0 | 21 | 101 | 64 | 22 |
| Octal | 61 | 0 | 254 | 110 | 144 | 0 | 41 | 401 | 144 | 42 |
| Binary | 110001 | 0 | 10101100 | 1001000 | 1100100 | 0 | 100001 | 100000001 | 1100100 | 100010 |
Color Harmonies of #3100AC
Complementary color
Monochromatic Colors of #3100AC
Black with #3100AC
Text Example
Text Example
White with #3100AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3100AC; }
p { color: rgb(49,0,172); }
H1.HeaderClassName
{
color: #3100AC;
}
.AnyTagClassName
{
color: #3100AC;
}
</style>
background-color css
<style>
a { background-color: #3100AC; }
a { background-color: rgb(49,0,172); }
div.DivClassName
{
background-color: #3100AC;
}
.BgClassName
{
background-color: #3100AC;
}
</style>
border-color css
<style>
span { border-color: #3100AC; }
span { border-color: rgb(49,0,172); }
td.TdClassName
{
border-color: #3100AC;
}
.TagClassName
{
border-color: #3100AC;
}
</style>