Shades of Ultramarine #390CB4
Tints of Ultramarine #390CB4
RGB
CMYK
RGB Variations
Color information
#390CB4 (or 0x390CB4) is known color: Ultramarine. HEX triplet: 39, 0C and B4. RGB value is (57,12,180). Sum of RGB (Red+Green+Blue) = 57+12+180=249 (32% of max value = 765). Red value is 57 (22.66% from 255 or 22.89% from 249); Green value is 12 (5.08% from 255 or 4.82% from 249); Blue value is 180 (70.70% from 255 or 72.29% from 249); Max value from RGB is 180 - color contains mainly: blue. Hex color #390CB4 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #390CB4 is #C6F34B. Grayscale: #2B2B2B. Windows color (decimal): -13038412 or 11799609. OLE color: 11799609.
HSL color Cylindrical-coordinate representation of color #390CB4: hue angle of 256.07º degrees, saturation: 0.88, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #390CB4 is Cyan = 0.68, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 57 | 12 | 180 | - |
| CMYK | 0.68 | 0.93 | 0 | 0.29 |
| HSL | 256.07º | 0.88% | 0.38% | - |
| HSV(B) | 256.07º | 0.93% | 0.71% | - |
| XYZ | 10.06 | 4.43 | 43.5 | - |
| YUV | 44.61 | 204.41 | 136.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 12 | 180 | 0.68 | 0.93 | 0 | 0.29 | 256.07 | 0.88 | 0.38 |
| Hex | 39 | C | B4 | 44 | 5D | 0 | 1D | 100 | 58 | 26 |
| Octal | 71 | 14 | 264 | 104 | 135 | 0 | 35 | 400 | 130 | 46 |
| Binary | 111001 | 1100 | 10110100 | 1000100 | 1011101 | 0 | 11101 | 100000000 | 1011000 | 100110 |
Color Harmonies of #390CB4
Complementary color
Monochromatic Colors of #390CB4
Black with #390CB4
Text Example
Text Example
White with #390CB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #390CB4; }
p { color: rgb(57,12,180); }
H1.HeaderClassName
{
color: #390CB4;
}
.AnyTagClassName
{
color: #390CB4;
}
</style>
background-color css
<style>
a { background-color: #390CB4; }
a { background-color: rgb(57,12,180); }
div.DivClassName
{
background-color: #390CB4;
}
.BgClassName
{
background-color: #390CB4;
}
</style>
border-color css
<style>
span { border-color: #390CB4; }
span { border-color: rgb(57,12,180); }
td.TdClassName
{
border-color: #390CB4;
}
.TagClassName
{
border-color: #390CB4;
}
</style>