Shades of Ultramarine #3105AA
Tints of Ultramarine #3105AA
RGB
CMYK
RGB Variations
Color information
#3105AA (or 0x3105AA) is known color: Ultramarine. HEX triplet: 31, 05 and AA. RGB value is (49,5,170). Sum of RGB (Red+Green+Blue) = 49+5+170=224 (29% of max value = 765). Red value is 49 (19.53% from 255 or 21.88% from 224); Green value is 5 (2.34% from 255 or 2.23% from 224); Blue value is 170 (66.80% from 255 or 75.89% from 224); Max value from RGB is 170 - color contains mainly: blue. Hex color #3105AA is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3105AA is #CEFA55. Grayscale: #242424. Windows color (decimal): -13564502 or 11142449. OLE color: 11142449.
HSL color Cylindrical-coordinate representation of color #3105AA: hue angle of 256º degrees, saturation: 0.94, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #3105AA is Cyan = 0.71, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 49 | 5 | 170 | - |
| CMYK | 0.71 | 0.97 | 0 | 0.33 |
| HSL | 256º | 0.94% | 0.34% | - |
| HSV(B) | 256º | 0.97% | 0.67% | - |
| XYZ | 8.58 | 3.66 | 38.29 | - |
| YUV | 36.97 | 203.08 | 136.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 5 | 170 | 0.71 | 0.97 | 0 | 0.33 | 256 | 0.94 | 0.34 |
| Hex | 31 | 5 | AA | 47 | 61 | 0 | 21 | 100 | 5E | 22 |
| Octal | 61 | 5 | 252 | 107 | 141 | 0 | 41 | 400 | 136 | 42 |
| Binary | 110001 | 101 | 10101010 | 1000111 | 1100001 | 0 | 100001 | 100000000 | 1011110 | 100010 |
Color Harmonies of #3105AA
Complementary color
Monochromatic Colors of #3105AA
Black with #3105AA
Text Example
Text Example
White with #3105AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3105AA; }
p { color: rgb(49,5,170); }
H1.HeaderClassName
{
color: #3105AA;
}
.AnyTagClassName
{
color: #3105AA;
}
</style>
background-color css
<style>
a { background-color: #3105AA; }
a { background-color: rgb(49,5,170); }
div.DivClassName
{
background-color: #3105AA;
}
.BgClassName
{
background-color: #3105AA;
}
</style>
border-color css
<style>
span { border-color: #3105AA; }
span { border-color: rgb(49,5,170); }
td.TdClassName
{
border-color: #3105AA;
}
.TagClassName
{
border-color: #3105AA;
}
</style>