Shades of Ultramarine #320BAE
Tints of Ultramarine #320BAE
RGB
CMYK
RGB Variations
Color information
#320BAE (or 0x320BAE) is known color: Ultramarine. HEX triplet: 32, 0B and AE. RGB value is (50,11,174). Sum of RGB (Red+Green+Blue) = 50+11+174=235 (31% of max value = 765). Red value is 50 (19.92% from 255 or 21.28% from 235); Green value is 11 (4.69% from 255 or 4.68% from 235); Blue value is 174 (68.36% from 255 or 74.04% from 235); Max value from RGB is 174 - color contains mainly: blue. Hex color #320BAE is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #320BAE is #CDF451. Grayscale: #282828. Windows color (decimal): -13497426 or 11406130. OLE color: 11406130.
HSL color Cylindrical-coordinate representation of color #320BAE: hue angle of 254.36º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #320BAE is Cyan = 0.71, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 50 | 11 | 174 | - |
| CMYK | 0.71 | 0.94 | 0 | 0.32 |
| HSL | 254.36º | 0.88% | 0.36% | - |
| HSV(B) | 254.36º | 0.94% | 0.68% | - |
| XYZ | 9.08 | 3.97 | 40.33 | - |
| YUV | 41.24 | 202.92 | 134.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 11 | 174 | 0.71 | 0.94 | 0 | 0.32 | 254.36 | 0.88 | 0.36 |
| Hex | 32 | B | AE | 47 | 5E | 0 | 20 | FE | 58 | 24 |
| Octal | 62 | 13 | 256 | 107 | 136 | 0 | 40 | 376 | 130 | 44 |
| Binary | 110010 | 1011 | 10101110 | 1000111 | 1011110 | 0 | 100000 | 11111110 | 1011000 | 100100 |
Color Harmonies of #320BAE
Complementary color
Monochromatic Colors of #320BAE
Black with #320BAE
Text Example
Text Example
White with #320BAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #320BAE; }
p { color: rgb(50,11,174); }
H1.HeaderClassName
{
color: #320BAE;
}
.AnyTagClassName
{
color: #320BAE;
}
</style>
background-color css
<style>
a { background-color: #320BAE; }
a { background-color: rgb(50,11,174); }
div.DivClassName
{
background-color: #320BAE;
}
.BgClassName
{
background-color: #320BAE;
}
</style>
border-color css
<style>
span { border-color: #320BAE; }
span { border-color: rgb(50,11,174); }
td.TdClassName
{
border-color: #320BAE;
}
.TagClassName
{
border-color: #320BAE;
}
</style>