Shades of Ultramarine #390CB3
Tints of Ultramarine #390CB3
RGB
CMYK
RGB Variations
Color information
#390CB3 (or 0x390CB3) is known color: Ultramarine. HEX triplet: 39, 0C and B3. RGB value is (57,12,179). Sum of RGB (Red+Green+Blue) = 57+12+179=248 (32% of max value = 765). Red value is 57 (22.66% from 255 or 22.98% from 248); Green value is 12 (5.08% from 255 or 4.84% from 248); Blue value is 179 (70.31% from 255 or 72.18% from 248); Max value from RGB is 179 - color contains mainly: blue. Hex color #390CB3 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #390CB3 is #C6F34C. Grayscale: #2B2B2B. Windows color (decimal): -13038413 or 11734073. OLE color: 11734073.
HSL color Cylindrical-coordinate representation of color #390CB3: hue angle of 256.17º degrees, saturation: 0.87, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #390CB3 is Cyan = 0.68, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 57 | 12 | 179 | - |
| CMYK | 0.68 | 0.93 | 0 | 0.30 |
| HSL | 256.17º | 0.87% | 0.37% | - |
| HSV(B) | 256.17º | 0.93% | 0.7% | - |
| XYZ | 9.96 | 4.39 | 42.97 | - |
| YUV | 44.49 | 203.91 | 136.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 12 | 179 | 0.68 | 0.93 | 0 | 0.30 | 256.17 | 0.87 | 0.37 |
| Hex | 39 | C | B3 | 44 | 5D | 0 | 1E | 100 | 57 | 25 |
| Octal | 71 | 14 | 263 | 104 | 135 | 0 | 36 | 400 | 127 | 45 |
| Binary | 111001 | 1100 | 10110011 | 1000100 | 1011101 | 0 | 11110 | 100000000 | 1010111 | 100101 |
Color Harmonies of #390CB3
Complementary color
Monochromatic Colors of #390CB3
Black with #390CB3
Text Example
Text Example
White with #390CB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #390CB3; }
p { color: rgb(57,12,179); }
H1.HeaderClassName
{
color: #390CB3;
}
.AnyTagClassName
{
color: #390CB3;
}
</style>
background-color css
<style>
a { background-color: #390CB3; }
a { background-color: rgb(57,12,179); }
div.DivClassName
{
background-color: #390CB3;
}
.BgClassName
{
background-color: #390CB3;
}
</style>
border-color css
<style>
span { border-color: #390CB3; }
span { border-color: rgb(57,12,179); }
td.TdClassName
{
border-color: #390CB3;
}
.TagClassName
{
border-color: #390CB3;
}
</style>