Shades of Ultramarine #320FBC
Tints of Ultramarine #320FBC
RGB
CMYK
RGB Variations
Color information
#320FBC (or 0x320FBC) is known color: Ultramarine. HEX triplet: 32, 0F and BC. RGB value is (50,15,188). Sum of RGB (Red+Green+Blue) = 50+15+188=253 (33% of max value = 765). Red value is 50 (19.92% from 255 or 19.76% from 253); Green value is 15 (6.25% from 255 or 5.93% from 253); Blue value is 188 (73.83% from 255 or 74.31% from 253); Max value from RGB is 188 - color contains mainly: blue. Hex color #320FBC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #320FBC is #CDF043. Grayscale: #2C2C2C. Windows color (decimal): -13496388 or 12324658. OLE color: 12324658.
HSL color Cylindrical-coordinate representation of color #320FBC: hue angle of 252.14º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #320FBC is Cyan = 0.73, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 50 | 15 | 188 | - |
| CMYK | 0.73 | 0.92 | 0 | 0.26 |
| HSL | 252.14º | 0.85% | 0.4% | - |
| HSV(B) | 252.14º | 0.92% | 0.74% | - |
| XYZ | 10.56 | 4.65 | 47.92 | - |
| YUV | 45.19 | 208.6 | 131.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 15 | 188 | 0.73 | 0.92 | 0 | 0.26 | 252.14 | 0.85 | 0.4 |
| Hex | 32 | F | BC | 49 | 5C | 0 | 1A | FC | 55 | 28 |
| Octal | 62 | 17 | 274 | 111 | 134 | 0 | 32 | 374 | 125 | 50 |
| Binary | 110010 | 1111 | 10111100 | 1001001 | 1011100 | 0 | 11010 | 11111100 | 1010101 | 101000 |
Color Harmonies of #320FBC
Complementary color
Monochromatic Colors of #320FBC
Black with #320FBC
Text Example
Text Example
White with #320FBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #320FBC; }
p { color: rgb(50,15,188); }
H1.HeaderClassName
{
color: #320FBC;
}
.AnyTagClassName
{
color: #320FBC;
}
</style>
background-color css
<style>
a { background-color: #320FBC; }
a { background-color: rgb(50,15,188); }
div.DivClassName
{
background-color: #320FBC;
}
.BgClassName
{
background-color: #320FBC;
}
</style>
border-color css
<style>
span { border-color: #320FBC; }
span { border-color: rgb(50,15,188); }
td.TdClassName
{
border-color: #320FBC;
}
.TagClassName
{
border-color: #320FBC;
}
</style>