Shades of Ultramarine #320BA3
Tints of Ultramarine #320BA3
RGB
CMYK
RGB Variations
Color information
#320BA3 (or 0x320BA3) is known color: Ultramarine. HEX triplet: 32, 0B and A3. RGB value is (50,11,163). Sum of RGB (Red+Green+Blue) = 50+11+163=224 (29% of max value = 765). Red value is 50 (19.92% from 255 or 22.32% from 224); Green value is 11 (4.69% from 255 or 4.91% from 224); Blue value is 163 (64.06% from 255 or 72.77% from 224); Max value from RGB is 163 - color contains mainly: blue. Hex color #320BA3 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #320BA3 is #CDF45C. Grayscale: #272727. Windows color (decimal): -13497437 or 10685234. OLE color: 10685234.
HSL color Cylindrical-coordinate representation of color #320BA3: hue angle of 255.39º degrees, saturation: 0.87, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #320BA3 is Cyan = 0.69, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 50 | 11 | 163 | - |
| CMYK | 0.69 | 0.93 | 0 | 0.36 |
| HSL | 255.39º | 0.87% | 0.34% | - |
| HSV(B) | 255.39º | 0.93% | 0.64% | - |
| XYZ | 8.05 | 3.56 | 34.91 | - |
| YUV | 39.99 | 197.42 | 135.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 11 | 163 | 0.69 | 0.93 | 0 | 0.36 | 255.39 | 0.87 | 0.34 |
| Hex | 32 | B | A3 | 45 | 5D | 0 | 24 | FF | 57 | 22 |
| Octal | 62 | 13 | 243 | 105 | 135 | 0 | 44 | 377 | 127 | 42 |
| Binary | 110010 | 1011 | 10100011 | 1000101 | 1011101 | 0 | 100100 | 11111111 | 1010111 | 100010 |
Color Harmonies of #320BA3
Complementary color
Monochromatic Colors of #320BA3
Black with #320BA3
Text Example
Text Example
White with #320BA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #320BA3; }
p { color: rgb(50,11,163); }
H1.HeaderClassName
{
color: #320BA3;
}
.AnyTagClassName
{
color: #320BA3;
}
</style>
background-color css
<style>
a { background-color: #320BA3; }
a { background-color: rgb(50,11,163); }
div.DivClassName
{
background-color: #320BA3;
}
.BgClassName
{
background-color: #320BA3;
}
</style>
border-color css
<style>
span { border-color: #320BA3; }
span { border-color: rgb(50,11,163); }
td.TdClassName
{
border-color: #320BA3;
}
.TagClassName
{
border-color: #320BA3;
}
</style>