Shades of Ultramarine #3713AC
Tints of Ultramarine #3713AC
RGB
CMYK
RGB Variations
Color information
#3713AC (or 0x3713AC) is known color: Ultramarine. HEX triplet: 37, 13 and AC. RGB value is (55,19,172). Sum of RGB (Red+Green+Blue) = 55+19+172=246 (32% of max value = 765). Red value is 55 (21.88% from 255 or 22.36% from 246); Green value is 19 (7.81% from 255 or 7.72% from 246); Blue value is 172 (67.58% from 255 or 69.92% from 246); Max value from RGB is 172 - color contains mainly: blue. Hex color #3713AC is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3713AC is #C8EC53. Grayscale: #2E2E2E. Windows color (decimal): -13167700 or 11277111. OLE color: 11277111.
HSL color Cylindrical-coordinate representation of color #3713AC: hue angle of 254.12º degrees, saturation: 0.8, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #3713AC is Cyan = 0.68, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 55 | 19 | 172 | - |
| CMYK | 0.68 | 0.89 | 0 | 0.33 |
| HSL | 254.12º | 0.8% | 0.37% | - |
| HSV(B) | 254.12º | 0.89% | 0.67% | - |
| XYZ | 9.25 | 4.26 | 39.36 | - |
| YUV | 47.21 | 198.43 | 133.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 19 | 172 | 0.68 | 0.89 | 0 | 0.33 | 254.12 | 0.8 | 0.37 |
| Hex | 37 | 13 | AC | 44 | 59 | 0 | 21 | FE | 50 | 25 |
| Octal | 67 | 23 | 254 | 104 | 131 | 0 | 41 | 376 | 120 | 45 |
| Binary | 110111 | 10011 | 10101100 | 1000100 | 1011001 | 0 | 100001 | 11111110 | 1010000 | 100101 |
Color Harmonies of #3713AC
Complementary color
Monochromatic Colors of #3713AC
Black with #3713AC
Text Example
Text Example
White with #3713AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3713AC; }
p { color: rgb(55,19,172); }
H1.HeaderClassName
{
color: #3713AC;
}
.AnyTagClassName
{
color: #3713AC;
}
</style>
background-color css
<style>
a { background-color: #3713AC; }
a { background-color: rgb(55,19,172); }
div.DivClassName
{
background-color: #3713AC;
}
.BgClassName
{
background-color: #3713AC;
}
</style>
border-color css
<style>
span { border-color: #3713AC; }
span { border-color: rgb(55,19,172); }
td.TdClassName
{
border-color: #3713AC;
}
.TagClassName
{
border-color: #3713AC;
}
</style>