Shades of Ultramarine #3816AD
Tints of Ultramarine #3816AD
RGB
CMYK
RGB Variations
Color information
#3816AD (or 0x3816AD) is known color: Ultramarine. HEX triplet: 38, 16 and AD. RGB value is (56,22,173). Sum of RGB (Red+Green+Blue) = 56+22+173=251 (33% of max value = 765). Red value is 56 (22.27% from 255 or 22.31% from 251); Green value is 22 (8.98% from 255 or 8.76% from 251); Blue value is 173 (67.97% from 255 or 68.92% from 251); Max value from RGB is 173 - color contains mainly: blue. Hex color #3816AD is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3816AD is #C7E952. Grayscale: #303030. Windows color (decimal): -13101395 or 11343416. OLE color: 11343416.
HSL color Cylindrical-coordinate representation of color #3816AD: hue angle of 253.51º degrees, saturation: 0.77, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #3816AD is Cyan = 0.68, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 56 | 22 | 173 | - |
| CMYK | 0.68 | 0.87 | 0 | 0.32 |
| HSL | 253.51º | 0.77% | 0.38% | - |
| HSV(B) | 253.51º | 0.87% | 0.68% | - |
| XYZ | 9.46 | 4.43 | 39.89 | - |
| YUV | 49.38 | 197.76 | 132.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 22 | 173 | 0.68 | 0.87 | 0 | 0.32 | 253.51 | 0.77 | 0.38 |
| Hex | 38 | 16 | AD | 44 | 57 | 0 | 20 | FE | 4D | 26 |
| Octal | 70 | 26 | 255 | 104 | 127 | 0 | 40 | 376 | 115 | 46 |
| Binary | 111000 | 10110 | 10101101 | 1000100 | 1010111 | 0 | 100000 | 11111110 | 1001101 | 100110 |
Color Harmonies of #3816AD
Complementary color
Monochromatic Colors of #3816AD
Black with #3816AD
Text Example
Text Example
White with #3816AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3816AD; }
p { color: rgb(56,22,173); }
H1.HeaderClassName
{
color: #3816AD;
}
.AnyTagClassName
{
color: #3816AD;
}
</style>
background-color css
<style>
a { background-color: #3816AD; }
a { background-color: rgb(56,22,173); }
div.DivClassName
{
background-color: #3816AD;
}
.BgClassName
{
background-color: #3816AD;
}
</style>
border-color css
<style>
span { border-color: #3816AD; }
span { border-color: rgb(56,22,173); }
td.TdClassName
{
border-color: #3816AD;
}
.TagClassName
{
border-color: #3816AD;
}
</style>