Shades of Ultramarine #3713AD
Tints of Ultramarine #3713AD
RGB
CMYK
RGB Variations
Color information
#3713AD (or 0x3713AD) is known color: Ultramarine. HEX triplet: 37, 13 and AD. RGB value is (55,19,173). Sum of RGB (Red+Green+Blue) = 55+19+173=247 (32% of max value = 765). Red value is 55 (21.88% from 255 or 22.27% from 247); Green value is 19 (7.81% from 255 or 7.69% from 247); Blue value is 173 (67.97% from 255 or 70.04% from 247); Max value from RGB is 173 - color contains mainly: blue. Hex color #3713AD is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3713AD is #C8EC52. Grayscale: #2E2E2E. Windows color (decimal): -13167699 or 11342647. OLE color: 11342647.
HSL color Cylindrical-coordinate representation of color #3713AD: hue angle of 254.03º degrees, saturation: 0.8, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #3713AD is Cyan = 0.68, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 55 | 19 | 173 | - |
| CMYK | 0.68 | 0.89 | 0 | 0.32 |
| HSL | 254.03º | 0.8% | 0.38% | - |
| HSV(B) | 254.03º | 0.89% | 0.68% | - |
| XYZ | 9.35 | 4.3 | 39.87 | - |
| YUV | 47.32 | 198.93 | 133.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 19 | 173 | 0.68 | 0.89 | 0 | 0.32 | 254.03 | 0.8 | 0.38 |
| Hex | 37 | 13 | AD | 44 | 59 | 0 | 20 | FE | 50 | 26 |
| Octal | 67 | 23 | 255 | 104 | 131 | 0 | 40 | 376 | 120 | 46 |
| Binary | 110111 | 10011 | 10101101 | 1000100 | 1011001 | 0 | 100000 | 11111110 | 1010000 | 100110 |
Color Harmonies of #3713AD
Complementary color
Monochromatic Colors of #3713AD
Black with #3713AD
Text Example
Text Example
White with #3713AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3713AD; }
p { color: rgb(55,19,173); }
H1.HeaderClassName
{
color: #3713AD;
}
.AnyTagClassName
{
color: #3713AD;
}
</style>
background-color css
<style>
a { background-color: #3713AD; }
a { background-color: rgb(55,19,173); }
div.DivClassName
{
background-color: #3713AD;
}
.BgClassName
{
background-color: #3713AD;
}
</style>
border-color css
<style>
span { border-color: #3713AD; }
span { border-color: rgb(55,19,173); }
td.TdClassName
{
border-color: #3713AD;
}
.TagClassName
{
border-color: #3713AD;
}
</style>