Shades of Ultramarine #320BBA
Tints of Ultramarine #320BBA
RGB
CMYK
RGB Variations
Color information
#320BBA (or 0x320BBA) is known color: Ultramarine. HEX triplet: 32, 0B and BA. RGB value is (50,11,186). Sum of RGB (Red+Green+Blue) = 50+11+186=247 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.24% from 247); Green value is 11 (4.69% from 255 or 4.45% from 247); Blue value is 186 (73.05% from 255 or 75.30% from 247); Max value from RGB is 186 - color contains mainly: blue. Hex color #320BBA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #320BBA is #CDF445. Grayscale: #292929. Windows color (decimal): -13497414 or 12192562. OLE color: 12192562.
HSL color Cylindrical-coordinate representation of color #320BBA: hue angle of 253.37º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #320BBA is Cyan = 0.73, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 50 | 11 | 186 | - |
| CMYK | 0.73 | 0.94 | 0 | 0.27 |
| HSL | 253.37º | 0.89% | 0.39% | - |
| HSV(B) | 253.37º | 0.94% | 0.73% | - |
| XYZ | 10.3 | 4.46 | 46.77 | - |
| YUV | 42.61 | 208.92 | 133.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 11 | 186 | 0.73 | 0.94 | 0 | 0.27 | 253.37 | 0.89 | 0.39 |
| Hex | 32 | B | BA | 49 | 5E | 0 | 1B | FD | 59 | 27 |
| Octal | 62 | 13 | 272 | 111 | 136 | 0 | 33 | 375 | 131 | 47 |
| Binary | 110010 | 1011 | 10111010 | 1001001 | 1011110 | 0 | 11011 | 11111101 | 1011001 | 100111 |
Color Harmonies of #320BBA
Complementary color
Monochromatic Colors of #320BBA
Black with #320BBA
Text Example
Text Example
White with #320BBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #320BBA; }
p { color: rgb(50,11,186); }
H1.HeaderClassName
{
color: #320BBA;
}
.AnyTagClassName
{
color: #320BBA;
}
</style>
background-color css
<style>
a { background-color: #320BBA; }
a { background-color: rgb(50,11,186); }
div.DivClassName
{
background-color: #320BBA;
}
.BgClassName
{
background-color: #320BBA;
}
</style>
border-color css
<style>
span { border-color: #320BBA; }
span { border-color: rgb(50,11,186); }
td.TdClassName
{
border-color: #320BBA;
}
.TagClassName
{
border-color: #320BBA;
}
</style>