Shades of Ultramarine #3811AD
Tints of Ultramarine #3811AD
RGB
CMYK
RGB Variations
Color information
#3811AD (or 0x3811AD) is known color: Ultramarine. HEX triplet: 38, 11 and AD. RGB value is (56,17,173). Sum of RGB (Red+Green+Blue) = 56+17+173=246 (32% of max value = 765). Red value is 56 (22.27% from 255 or 22.76% from 246); Green value is 17 (7.03% from 255 or 6.91% from 246); Blue value is 173 (67.97% from 255 or 70.33% from 246); Max value from RGB is 173 - color contains mainly: blue. Hex color #3811AD is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3811AD is #C7EE52. Grayscale: #2D2D2D. Windows color (decimal): -13102675 or 11342136. OLE color: 11342136.
HSL color Cylindrical-coordinate representation of color #3811AD: hue angle of 255º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3811AD is Cyan = 0.68, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 56 | 17 | 173 | - |
| CMYK | 0.68 | 0.90 | 0 | 0.32 |
| HSL | 255º | 0.82% | 0.37% | - |
| HSV(B) | 255º | 0.9% | 0.68% | - |
| XYZ | 9.37 | 4.26 | 39.86 | - |
| YUV | 46.45 | 199.42 | 134.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 17 | 173 | 0.68 | 0.90 | 0 | 0.32 | 255 | 0.82 | 0.37 |
| Hex | 38 | 11 | AD | 44 | 5A | 0 | 20 | FF | 52 | 25 |
| Octal | 70 | 21 | 255 | 104 | 132 | 0 | 40 | 377 | 122 | 45 |
| Binary | 111000 | 10001 | 10101101 | 1000100 | 1011010 | 0 | 100000 | 11111111 | 1010010 | 100101 |
Color Harmonies of #3811AD
Complementary color
Monochromatic Colors of #3811AD
Black with #3811AD
Text Example
Text Example
White with #3811AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3811AD; }
p { color: rgb(56,17,173); }
H1.HeaderClassName
{
color: #3811AD;
}
.AnyTagClassName
{
color: #3811AD;
}
</style>
background-color css
<style>
a { background-color: #3811AD; }
a { background-color: rgb(56,17,173); }
div.DivClassName
{
background-color: #3811AD;
}
.BgClassName
{
background-color: #3811AD;
}
</style>
border-color css
<style>
span { border-color: #3811AD; }
span { border-color: rgb(56,17,173); }
td.TdClassName
{
border-color: #3811AD;
}
.TagClassName
{
border-color: #3811AD;
}
</style>