Shades of Ultramarine #3715AD
Tints of Ultramarine #3715AD
RGB
CMYK
RGB Variations
Color information
#3715AD (or 0x3715AD) is known color: Ultramarine. HEX triplet: 37, 15 and AD. RGB value is (55,21,173). Sum of RGB (Red+Green+Blue) = 55+21+173=249 (32% of max value = 765). Red value is 55 (21.88% from 255 or 22.09% from 249); Green value is 21 (8.59% from 255 or 8.43% from 249); Blue value is 173 (67.97% from 255 or 69.48% from 249); Max value from RGB is 173 - color contains mainly: blue. Hex color #3715AD is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3715AD is #C8EA52. Grayscale: #2F2F2F. Windows color (decimal): -13167187 or 11343159. OLE color: 11343159.
HSL color Cylindrical-coordinate representation of color #3715AD: hue angle of 253.42º degrees, saturation: 0.78, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #3715AD is Cyan = 0.68, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 55 | 21 | 173 | - |
| CMYK | 0.68 | 0.88 | 0 | 0.32 |
| HSL | 253.42º | 0.78% | 0.38% | - |
| HSV(B) | 253.42º | 0.88% | 0.68% | - |
| XYZ | 9.39 | 4.37 | 39.88 | - |
| YUV | 48.49 | 198.26 | 132.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 21 | 173 | 0.68 | 0.88 | 0 | 0.32 | 253.42 | 0.78 | 0.38 |
| Hex | 37 | 15 | AD | 44 | 58 | 0 | 20 | FD | 4E | 26 |
| Octal | 67 | 25 | 255 | 104 | 130 | 0 | 40 | 375 | 116 | 46 |
| Binary | 110111 | 10101 | 10101101 | 1000100 | 1011000 | 0 | 100000 | 11111101 | 1001110 | 100110 |
Color Harmonies of #3715AD
Complementary color
Monochromatic Colors of #3715AD
Black with #3715AD
Text Example
Text Example
White with #3715AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3715AD; }
p { color: rgb(55,21,173); }
H1.HeaderClassName
{
color: #3715AD;
}
.AnyTagClassName
{
color: #3715AD;
}
</style>
background-color css
<style>
a { background-color: #3715AD; }
a { background-color: rgb(55,21,173); }
div.DivClassName
{
background-color: #3715AD;
}
.BgClassName
{
background-color: #3715AD;
}
</style>
border-color css
<style>
span { border-color: #3715AD; }
span { border-color: rgb(55,21,173); }
td.TdClassName
{
border-color: #3715AD;
}
.TagClassName
{
border-color: #3715AD;
}
</style>