Shades of Ultramarine #3113A2
Tints of Ultramarine #3113A2
RGB
CMYK
RGB Variations
Color information
#3113A2 (or 0x3113A2) is known color: Ultramarine. HEX triplet: 31, 13 and A2. RGB value is (49,19,162). Sum of RGB (Red+Green+Blue) = 49+19+162=230 (30% of max value = 765). Red value is 49 (19.53% from 255 or 21.30% from 230); Green value is 19 (7.81% from 255 or 8.26% from 230); Blue value is 162 (63.67% from 255 or 70.43% from 230); Max value from RGB is 162 - color contains mainly: blue. Hex color #3113A2 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3113A2 is #CEEC5D. Grayscale: #2B2B2B. Windows color (decimal): -13560926 or 10621745. OLE color: 10621745.
HSL color Cylindrical-coordinate representation of color #3113A2: hue angle of 252.59º degrees, saturation: 0.79, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #3113A2 is Cyan = 0.70, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 49 | 19 | 162 | - |
| CMYK | 0.70 | 0.88 | 0 | 0.36 |
| HSL | 252.59º | 0.79% | 0.35% | - |
| HSV(B) | 252.59º | 0.88% | 0.64% | - |
| XYZ | 8.02 | 3.73 | 34.48 | - |
| YUV | 44.27 | 194.44 | 131.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 19 | 162 | 0.70 | 0.88 | 0 | 0.36 | 252.59 | 0.79 | 0.35 |
| Hex | 31 | 13 | A2 | 46 | 58 | 0 | 24 | FD | 4F | 23 |
| Octal | 61 | 23 | 242 | 106 | 130 | 0 | 44 | 375 | 117 | 43 |
| Binary | 110001 | 10011 | 10100010 | 1000110 | 1011000 | 0 | 100100 | 11111101 | 1001111 | 100011 |
Color Harmonies of #3113A2
Complementary color
Monochromatic Colors of #3113A2
Black with #3113A2
Text Example
Text Example
White with #3113A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3113A2; }
p { color: rgb(49,19,162); }
H1.HeaderClassName
{
color: #3113A2;
}
.AnyTagClassName
{
color: #3113A2;
}
</style>
background-color css
<style>
a { background-color: #3113A2; }
a { background-color: rgb(49,19,162); }
div.DivClassName
{
background-color: #3113A2;
}
.BgClassName
{
background-color: #3113A2;
}
</style>
border-color css
<style>
span { border-color: #3113A2; }
span { border-color: rgb(49,19,162); }
td.TdClassName
{
border-color: #3113A2;
}
.TagClassName
{
border-color: #3113A2;
}
</style>