Shades of Ultramarine #3102AE
Tints of Ultramarine #3102AE
RGB
CMYK
RGB Variations
Color information
#3102AE (or 0x3102AE) is known color: Ultramarine. HEX triplet: 31, 02 and AE. RGB value is (49,2,174). Sum of RGB (Red+Green+Blue) = 49+2+174=225 (29% of max value = 765). Red value is 49 (19.53% from 255 or 21.78% from 225); Green value is 2 (1.17% from 255 or 0.89% from 225); Blue value is 174 (68.36% from 255 or 77.33% from 225); Max value from RGB is 174 - color contains mainly: blue. Hex color #3102AE is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3102AE is #CEFD51. Grayscale: #232323. Windows color (decimal): -13565266 or 11403825. OLE color: 11403825.
HSL color Cylindrical-coordinate representation of color #3102AE: hue angle of 256.4º degrees, saturation: 0.98, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3102AE is Cyan = 0.72, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 49 | 2 | 174 | - |
| CMYK | 0.72 | 0.99 | 0 | 0.32 |
| HSL | 256.4º | 0.98% | 0.35% | - |
| HSV(B) | 256.4º | 0.99% | 0.68% | - |
| XYZ | 8.93 | 3.75 | 40.3 | - |
| YUV | 35.66 | 206.07 | 137.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 2 | 174 | 0.72 | 0.99 | 0 | 0.32 | 256.4 | 0.98 | 0.35 |
| Hex | 31 | 2 | AE | 48 | 63 | 0 | 20 | 100 | 62 | 23 |
| Octal | 61 | 2 | 256 | 110 | 143 | 0 | 40 | 400 | 142 | 43 |
| Binary | 110001 | 10 | 10101110 | 1001000 | 1100011 | 0 | 100000 | 100000000 | 1100010 | 100011 |
Color Harmonies of #3102AE
Complementary color
Monochromatic Colors of #3102AE
Black with #3102AE
Text Example
Text Example
White with #3102AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3102AE; }
p { color: rgb(49,2,174); }
H1.HeaderClassName
{
color: #3102AE;
}
.AnyTagClassName
{
color: #3102AE;
}
</style>
background-color css
<style>
a { background-color: #3102AE; }
a { background-color: rgb(49,2,174); }
div.DivClassName
{
background-color: #3102AE;
}
.BgClassName
{
background-color: #3102AE;
}
</style>
border-color css
<style>
span { border-color: #3102AE; }
span { border-color: rgb(49,2,174); }
td.TdClassName
{
border-color: #3102AE;
}
.TagClassName
{
border-color: #3102AE;
}
</style>