Shades of Ultramarine #320DB0
Tints of Ultramarine #320DB0
RGB
CMYK
RGB Variations
Color information
#320DB0 (or 0x320DB0) is known color: Ultramarine. HEX triplet: 32, 0D and B0. RGB value is (50,13,176). Sum of RGB (Red+Green+Blue) = 50+13+176=239 (31% of max value = 765). Red value is 50 (19.92% from 255 or 20.92% from 239); Green value is 13 (5.47% from 255 or 5.44% from 239); Blue value is 176 (69.14% from 255 or 73.64% from 239); Max value from RGB is 176 - color contains mainly: blue. Hex color #320DB0 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #320DB0 is #CDF24F. Grayscale: #2A2A2A. Windows color (decimal): -13496912 or 11537714. OLE color: 11537714.
HSL color Cylindrical-coordinate representation of color #320DB0: hue angle of 253.62º degrees, saturation: 0.86, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #320DB0 is Cyan = 0.72, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 50 | 13 | 176 | - |
| CMYK | 0.72 | 0.93 | 0 | 0.31 |
| HSL | 253.62º | 0.86% | 0.37% | - |
| HSV(B) | 253.62º | 0.93% | 0.69% | - |
| XYZ | 9.3 | 4.1 | 41.38 | - |
| YUV | 42.65 | 203.26 | 133.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 13 | 176 | 0.72 | 0.93 | 0 | 0.31 | 253.62 | 0.86 | 0.37 |
| Hex | 32 | D | B0 | 48 | 5D | 0 | 1F | FE | 56 | 25 |
| Octal | 62 | 15 | 260 | 110 | 135 | 0 | 37 | 376 | 126 | 45 |
| Binary | 110010 | 1101 | 10110000 | 1001000 | 1011101 | 0 | 11111 | 11111110 | 1010110 | 100101 |
Color Harmonies of #320DB0
Complementary color
Monochromatic Colors of #320DB0
Black with #320DB0
Text Example
Text Example
White with #320DB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #320DB0; }
p { color: rgb(50,13,176); }
H1.HeaderClassName
{
color: #320DB0;
}
.AnyTagClassName
{
color: #320DB0;
}
</style>
background-color css
<style>
a { background-color: #320DB0; }
a { background-color: rgb(50,13,176); }
div.DivClassName
{
background-color: #320DB0;
}
.BgClassName
{
background-color: #320DB0;
}
</style>
border-color css
<style>
span { border-color: #320DB0; }
span { border-color: rgb(50,13,176); }
td.TdClassName
{
border-color: #320DB0;
}
.TagClassName
{
border-color: #320DB0;
}
</style>