Shades of Ultramarine #320FBA
Tints of Ultramarine #320FBA
RGB
CMYK
RGB Variations
Color information
#320FBA (or 0x320FBA) is known color: Ultramarine. HEX triplet: 32, 0F and BA. RGB value is (50,15,186). Sum of RGB (Red+Green+Blue) = 50+15+186=251 (33% of max value = 765). Red value is 50 (19.92% from 255 or 19.92% from 251); Green value is 15 (6.25% from 255 or 5.98% from 251); Blue value is 186 (73.05% from 255 or 74.10% from 251); Max value from RGB is 186 - color contains mainly: blue. Hex color #320FBA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #320FBA is #CDF045. Grayscale: #2C2C2C. Windows color (decimal): -13496390 or 12193586. OLE color: 12193586.
HSL color Cylindrical-coordinate representation of color #320FBA: hue angle of 252.28º degrees, saturation: 0.85, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #320FBA is Cyan = 0.73, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 50 | 15 | 186 | - |
| CMYK | 0.73 | 0.92 | 0 | 0.27 |
| HSL | 252.28º | 0.85% | 0.39% | - |
| HSV(B) | 252.28º | 0.92% | 0.73% | - |
| XYZ | 10.35 | 4.56 | 46.79 | - |
| YUV | 44.96 | 207.6 | 131.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 15 | 186 | 0.73 | 0.92 | 0 | 0.27 | 252.28 | 0.85 | 0.39 |
| Hex | 32 | F | BA | 49 | 5C | 0 | 1B | FC | 55 | 27 |
| Octal | 62 | 17 | 272 | 111 | 134 | 0 | 33 | 374 | 125 | 47 |
| Binary | 110010 | 1111 | 10111010 | 1001001 | 1011100 | 0 | 11011 | 11111100 | 1010101 | 100111 |
Color Harmonies of #320FBA
Complementary color
Monochromatic Colors of #320FBA
Black with #320FBA
Text Example
Text Example
White with #320FBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #320FBA; }
p { color: rgb(50,15,186); }
H1.HeaderClassName
{
color: #320FBA;
}
.AnyTagClassName
{
color: #320FBA;
}
</style>
background-color css
<style>
a { background-color: #320FBA; }
a { background-color: rgb(50,15,186); }
div.DivClassName
{
background-color: #320FBA;
}
.BgClassName
{
background-color: #320FBA;
}
</style>
border-color css
<style>
span { border-color: #320FBA; }
span { border-color: rgb(50,15,186); }
td.TdClassName
{
border-color: #320FBA;
}
.TagClassName
{
border-color: #320FBA;
}
</style>