Shades of Ultramarine #390AB5
Tints of Ultramarine #390AB5
RGB
CMYK
RGB Variations
Color information
#390AB5 (or 0x390AB5) is known color: Ultramarine. HEX triplet: 39, 0A and B5. RGB value is (57,10,181). Sum of RGB (Red+Green+Blue) = 57+10+181=248 (32% of max value = 765). Red value is 57 (22.66% from 255 or 22.98% from 248); Green value is 10 (4.30% from 255 or 4.03% from 248); Blue value is 181 (71.09% from 255 or 72.98% from 248); Max value from RGB is 181 - color contains mainly: blue. Hex color #390AB5 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #390AB5 is #C6F54A. Grayscale: #2A2A2A. Windows color (decimal): -13038923 or 11864633. OLE color: 11864633.
HSL color Cylindrical-coordinate representation of color #390AB5: hue angle of 256.49º degrees, saturation: 0.9, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #390AB5 is Cyan = 0.69, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 57 | 10 | 181 | - |
| CMYK | 0.69 | 0.94 | 0 | 0.29 |
| HSL | 256.49º | 0.9% | 0.37% | - |
| HSV(B) | 256.49º | 0.94% | 0.71% | - |
| XYZ | 10.14 | 4.42 | 44.04 | - |
| YUV | 43.55 | 205.57 | 137.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 10 | 181 | 0.69 | 0.94 | 0 | 0.29 | 256.49 | 0.9 | 0.37 |
| Hex | 39 | A | B5 | 45 | 5E | 0 | 1D | 100 | 5A | 25 |
| Octal | 71 | 12 | 265 | 105 | 136 | 0 | 35 | 400 | 132 | 45 |
| Binary | 111001 | 1010 | 10110101 | 1000101 | 1011110 | 0 | 11101 | 100000000 | 1011010 | 100101 |
Color Harmonies of #390AB5
Complementary color
Monochromatic Colors of #390AB5
Black with #390AB5
Text Example
Text Example
White with #390AB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #390AB5; }
p { color: rgb(57,10,181); }
H1.HeaderClassName
{
color: #390AB5;
}
.AnyTagClassName
{
color: #390AB5;
}
</style>
background-color css
<style>
a { background-color: #390AB5; }
a { background-color: rgb(57,10,181); }
div.DivClassName
{
background-color: #390AB5;
}
.BgClassName
{
background-color: #390AB5;
}
</style>
border-color css
<style>
span { border-color: #390AB5; }
span { border-color: rgb(57,10,181); }
td.TdClassName
{
border-color: #390AB5;
}
.TagClassName
{
border-color: #390AB5;
}
</style>