Shades of Ultramarine #3810AD
Tints of Ultramarine #3810AD
RGB
CMYK
RGB Variations
Color information
#3810AD (or 0x3810AD) is known color: Ultramarine. HEX triplet: 38, 10 and AD. RGB value is (56,16,173). Sum of RGB (Red+Green+Blue) = 56+16+173=245 (32% of max value = 765). Red value is 56 (22.27% from 255 or 22.86% from 245); Green value is 16 (6.64% from 255 or 6.53% from 245); Blue value is 173 (67.97% from 255 or 70.61% from 245); Max value from RGB is 173 - color contains mainly: blue. Hex color #3810AD is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3810AD is #C7EF52. Grayscale: #2D2D2D. Windows color (decimal): -13102931 or 11341880. OLE color: 11341880.
HSL color Cylindrical-coordinate representation of color #3810AD: hue angle of 255.29º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #3810AD is Cyan = 0.68, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 56 | 16 | 173 | - |
| CMYK | 0.68 | 0.91 | 0 | 0.32 |
| HSL | 255.29º | 0.83% | 0.37% | - |
| HSV(B) | 255.29º | 0.91% | 0.68% | - |
| XYZ | 9.36 | 4.23 | 39.86 | - |
| YUV | 45.86 | 199.75 | 135.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 16 | 173 | 0.68 | 0.91 | 0 | 0.32 | 255.29 | 0.83 | 0.37 |
| Hex | 38 | 10 | AD | 44 | 5B | 0 | 20 | FF | 53 | 25 |
| Octal | 70 | 20 | 255 | 104 | 133 | 0 | 40 | 377 | 123 | 45 |
| Binary | 111000 | 10000 | 10101101 | 1000100 | 1011011 | 0 | 100000 | 11111111 | 1010011 | 100101 |
Color Harmonies of #3810AD
Complementary color
Monochromatic Colors of #3810AD
Black with #3810AD
Text Example
Text Example
White with #3810AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3810AD; }
p { color: rgb(56,16,173); }
H1.HeaderClassName
{
color: #3810AD;
}
.AnyTagClassName
{
color: #3810AD;
}
</style>
background-color css
<style>
a { background-color: #3810AD; }
a { background-color: rgb(56,16,173); }
div.DivClassName
{
background-color: #3810AD;
}
.BgClassName
{
background-color: #3810AD;
}
</style>
border-color css
<style>
span { border-color: #3810AD; }
span { border-color: rgb(56,16,173); }
td.TdClassName
{
border-color: #3810AD;
}
.TagClassName
{
border-color: #3810AD;
}
</style>