Shades of Ultramarine #3713AF
Tints of Ultramarine #3713AF
RGB
CMYK
RGB Variations
Color information
#3713AF (or 0x3713AF) is known color: Ultramarine. HEX triplet: 37, 13 and AF. RGB value is (55,19,175). Sum of RGB (Red+Green+Blue) = 55+19+175=249 (32% of max value = 765). Red value is 55 (21.88% from 255 or 22.09% from 249); Green value is 19 (7.81% from 255 or 7.63% from 249); Blue value is 175 (68.75% from 255 or 70.28% from 249); Max value from RGB is 175 - color contains mainly: blue. Hex color #3713AF is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3713AF is #C8EC50. Grayscale: #2E2E2E. Windows color (decimal): -13167697 or 11473719. OLE color: 11473719.
HSL color Cylindrical-coordinate representation of color #3713AF: hue angle of 253.85º degrees, saturation: 0.8, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #3713AF is Cyan = 0.69, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 55 | 19 | 175 | - |
| CMYK | 0.69 | 0.89 | 0 | 0.31 |
| HSL | 253.85º | 0.8% | 0.38% | - |
| HSV(B) | 253.85º | 0.89% | 0.69% | - |
| XYZ | 9.55 | 4.37 | 40.9 | - |
| YUV | 47.55 | 199.93 | 133.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 19 | 175 | 0.69 | 0.89 | 0 | 0.31 | 253.85 | 0.8 | 0.38 |
| Hex | 37 | 13 | AF | 45 | 59 | 0 | 1F | FE | 50 | 26 |
| Octal | 67 | 23 | 257 | 105 | 131 | 0 | 37 | 376 | 120 | 46 |
| Binary | 110111 | 10011 | 10101111 | 1000101 | 1011001 | 0 | 11111 | 11111110 | 1010000 | 100110 |
Color Harmonies of #3713AF
Complementary color
Monochromatic Colors of #3713AF
Black with #3713AF
Text Example
Text Example
White with #3713AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3713AF; }
p { color: rgb(55,19,175); }
H1.HeaderClassName
{
color: #3713AF;
}
.AnyTagClassName
{
color: #3713AF;
}
</style>
background-color css
<style>
a { background-color: #3713AF; }
a { background-color: rgb(55,19,175); }
div.DivClassName
{
background-color: #3713AF;
}
.BgClassName
{
background-color: #3713AF;
}
</style>
border-color css
<style>
span { border-color: #3713AF; }
span { border-color: rgb(55,19,175); }
td.TdClassName
{
border-color: #3713AF;
}
.TagClassName
{
border-color: #3713AF;
}
</style>