Shades of Ultramarine #320ABA
Tints of Ultramarine #320ABA
RGB
CMYK
RGB Variations
Color information
#320ABA (or 0x320ABA) is known color: Ultramarine. HEX triplet: 32, 0A and BA. RGB value is (50,10,186). Sum of RGB (Red+Green+Blue) = 50+10+186=246 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.33% from 246); Green value is 10 (4.30% from 255 or 4.07% from 246); Blue value is 186 (73.05% from 255 or 75.61% from 246); Max value from RGB is 186 - color contains mainly: blue. Hex color #320ABA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #320ABA is #CDF545. Grayscale: #292929. Windows color (decimal): -13497670 or 12192306. OLE color: 12192306.
HSL color Cylindrical-coordinate representation of color #320ABA: hue angle of 253.64º degrees, saturation: 0.9, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #320ABA is Cyan = 0.73, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 50 | 10 | 186 | - |
| CMYK | 0.73 | 0.95 | 0 | 0.27 |
| HSL | 253.64º | 0.9% | 0.38% | - |
| HSV(B) | 253.64º | 0.95% | 0.73% | - |
| XYZ | 10.29 | 4.44 | 46.77 | - |
| YUV | 42.02 | 209.25 | 133.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 10 | 186 | 0.73 | 0.95 | 0 | 0.27 | 253.64 | 0.9 | 0.38 |
| Hex | 32 | A | BA | 49 | 5F | 0 | 1B | FE | 5A | 26 |
| Octal | 62 | 12 | 272 | 111 | 137 | 0 | 33 | 376 | 132 | 46 |
| Binary | 110010 | 1010 | 10111010 | 1001001 | 1011111 | 0 | 11011 | 11111110 | 1011010 | 100110 |
Color Harmonies of #320ABA
Complementary color
Monochromatic Colors of #320ABA
Black with #320ABA
Text Example
Text Example
White with #320ABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #320ABA; }
p { color: rgb(50,10,186); }
H1.HeaderClassName
{
color: #320ABA;
}
.AnyTagClassName
{
color: #320ABA;
}
</style>
background-color css
<style>
a { background-color: #320ABA; }
a { background-color: rgb(50,10,186); }
div.DivClassName
{
background-color: #320ABA;
}
.BgClassName
{
background-color: #320ABA;
}
</style>
border-color css
<style>
span { border-color: #320ABA; }
span { border-color: rgb(50,10,186); }
td.TdClassName
{
border-color: #320ABA;
}
.TagClassName
{
border-color: #320ABA;
}
</style>