Shades of Ultramarine #390BAF
Tints of Ultramarine #390BAF
RGB
CMYK
RGB Variations
Color information
#390BAF (or 0x390BAF) is known color: Ultramarine. HEX triplet: 39, 0B and AF. RGB value is (57,11,175). Sum of RGB (Red+Green+Blue) = 57+11+175=243 (32% of max value = 765). Red value is 57 (22.66% from 255 or 23.46% from 243); Green value is 11 (4.69% from 255 or 4.53% from 243); Blue value is 175 (68.75% from 255 or 72.02% from 243); Max value from RGB is 175 - color contains mainly: blue. Hex color #390BAF is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #390BAF is #C6F450. Grayscale: #2A2A2A. Windows color (decimal): -13038673 or 11471673. OLE color: 11471673.
HSL color Cylindrical-coordinate representation of color #390BAF: hue angle of 256.83º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #390BAF is Cyan = 0.67, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 57 | 11 | 175 | - |
| CMYK | 0.67 | 0.94 | 0 | 0.31 |
| HSL | 256.83º | 0.88% | 0.36% | - |
| HSV(B) | 256.83º | 0.94% | 0.69% | - |
| XYZ | 9.54 | 4.2 | 40.87 | - |
| YUV | 43.45 | 202.24 | 137.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 11 | 175 | 0.67 | 0.94 | 0 | 0.31 | 256.83 | 0.88 | 0.36 |
| Hex | 39 | B | AF | 43 | 5E | 0 | 1F | 101 | 58 | 24 |
| Octal | 71 | 13 | 257 | 103 | 136 | 0 | 37 | 401 | 130 | 44 |
| Binary | 111001 | 1011 | 10101111 | 1000011 | 1011110 | 0 | 11111 | 100000001 | 1011000 | 100100 |
Color Harmonies of #390BAF
Complementary color
Monochromatic Colors of #390BAF
Black with #390BAF
Text Example
Text Example
White with #390BAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #390BAF; }
p { color: rgb(57,11,175); }
H1.HeaderClassName
{
color: #390BAF;
}
.AnyTagClassName
{
color: #390BAF;
}
</style>
background-color css
<style>
a { background-color: #390BAF; }
a { background-color: rgb(57,11,175); }
div.DivClassName
{
background-color: #390BAF;
}
.BgClassName
{
background-color: #390BAF;
}
</style>
border-color css
<style>
span { border-color: #390BAF; }
span { border-color: rgb(57,11,175); }
td.TdClassName
{
border-color: #390BAF;
}
.TagClassName
{
border-color: #390BAF;
}
</style>