Shades of Ultramarine #3105A2
Tints of Ultramarine #3105A2
RGB
CMYK
RGB Variations
Color information
#3105A2 (or 0x3105A2) is known color: Ultramarine. HEX triplet: 31, 05 and A2. RGB value is (49,5,162). Sum of RGB (Red+Green+Blue) = 49+5+162=216 (28% of max value = 765). Red value is 49 (19.53% from 255 or 22.69% from 216); Green value is 5 (2.34% from 255 or 2.31% from 216); Blue value is 162 (63.67% from 255 or 75% from 216); Max value from RGB is 162 - color contains mainly: blue. Hex color #3105A2 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3105A2 is #CEFA5D. Grayscale: #232323. Windows color (decimal): -13564510 or 10618161. OLE color: 10618161.
HSL color Cylindrical-coordinate representation of color #3105A2: hue angle of 256.82º degrees, saturation: 0.94, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #3105A2 is Cyan = 0.70, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 49 | 5 | 162 | - |
| CMYK | 0.70 | 0.97 | 0 | 0.36 |
| HSL | 256.82º | 0.94% | 0.33% | - |
| HSV(B) | 256.82º | 0.97% | 0.64% | - |
| XYZ | 7.84 | 3.37 | 34.42 | - |
| YUV | 36.05 | 199.08 | 137.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 5 | 162 | 0.70 | 0.97 | 0 | 0.36 | 256.82 | 0.94 | 0.33 |
| Hex | 31 | 5 | A2 | 46 | 61 | 0 | 24 | 101 | 5E | 21 |
| Octal | 61 | 5 | 242 | 106 | 141 | 0 | 44 | 401 | 136 | 41 |
| Binary | 110001 | 101 | 10100010 | 1000110 | 1100001 | 0 | 100100 | 100000001 | 1011110 | 100001 |
Color Harmonies of #3105A2
Complementary color
Monochromatic Colors of #3105A2
Black with #3105A2
Text Example
Text Example
White with #3105A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3105A2; }
p { color: rgb(49,5,162); }
H1.HeaderClassName
{
color: #3105A2;
}
.AnyTagClassName
{
color: #3105A2;
}
</style>
background-color css
<style>
a { background-color: #3105A2; }
a { background-color: rgb(49,5,162); }
div.DivClassName
{
background-color: #3105A2;
}
.BgClassName
{
background-color: #3105A2;
}
</style>
border-color css
<style>
span { border-color: #3105A2; }
span { border-color: rgb(49,5,162); }
td.TdClassName
{
border-color: #3105A2;
}
.TagClassName
{
border-color: #3105A2;
}
</style>