Shades of Ultramarine #3107AD
Tints of Ultramarine #3107AD
RGB
CMYK
RGB Variations
Color information
#3107AD (or 0x3107AD) is known color: Ultramarine. HEX triplet: 31, 07 and AD. RGB value is (49,7,173). Sum of RGB (Red+Green+Blue) = 49+7+173=229 (30% of max value = 765). Red value is 49 (19.53% from 255 or 21.40% from 229); Green value is 7 (3.12% from 255 or 3.06% from 229); Blue value is 173 (67.97% from 255 or 75.55% from 229); Max value from RGB is 173 - color contains mainly: blue. Hex color #3107AD is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3107AD is #CEF852. Grayscale: #252525. Windows color (decimal): -13563987 or 11339569. OLE color: 11339569.
HSL color Cylindrical-coordinate representation of color #3107AD: hue angle of 255.18º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #3107AD is Cyan = 0.72, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 49 | 7 | 173 | - |
| CMYK | 0.72 | 0.96 | 0 | 0.32 |
| HSL | 255.18º | 0.92% | 0.35% | - |
| HSV(B) | 255.18º | 0.96% | 0.68% | - |
| XYZ | 8.89 | 3.82 | 39.8 | - |
| YUV | 38.48 | 203.91 | 135.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 7 | 173 | 0.72 | 0.96 | 0 | 0.32 | 255.18 | 0.92 | 0.35 |
| Hex | 31 | 7 | AD | 48 | 60 | 0 | 20 | FF | 5C | 23 |
| Octal | 61 | 7 | 255 | 110 | 140 | 0 | 40 | 377 | 134 | 43 |
| Binary | 110001 | 111 | 10101101 | 1001000 | 1100000 | 0 | 100000 | 11111111 | 1011100 | 100011 |
Color Harmonies of #3107AD
Complementary color
Monochromatic Colors of #3107AD
Black with #3107AD
Text Example
Text Example
White with #3107AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3107AD; }
p { color: rgb(49,7,173); }
H1.HeaderClassName
{
color: #3107AD;
}
.AnyTagClassName
{
color: #3107AD;
}
</style>
background-color css
<style>
a { background-color: #3107AD; }
a { background-color: rgb(49,7,173); }
div.DivClassName
{
background-color: #3107AD;
}
.BgClassName
{
background-color: #3107AD;
}
</style>
border-color css
<style>
span { border-color: #3107AD; }
span { border-color: rgb(49,7,173); }
td.TdClassName
{
border-color: #3107AD;
}
.TagClassName
{
border-color: #3107AD;
}
</style>