Shades of Ultramarine #320AAD
Tints of Ultramarine #320AAD
RGB
CMYK
RGB Variations
Color information
#320AAD (or 0x320AAD) is known color: Ultramarine. HEX triplet: 32, 0A and AD. RGB value is (50,10,173). Sum of RGB (Red+Green+Blue) = 50+10+173=233 (30% of max value = 765). Red value is 50 (19.92% from 255 or 21.46% from 233); Green value is 10 (4.30% from 255 or 4.29% from 233); Blue value is 173 (67.97% from 255 or 74.25% from 233); Max value from RGB is 173 - color contains mainly: blue. Hex color #320AAD is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #320AAD is #CDF552. Grayscale: #272727. Windows color (decimal): -13497683 or 11340338. OLE color: 11340338.
HSL color Cylindrical-coordinate representation of color #320AAD: hue angle of 254.72º degrees, saturation: 0.89, 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 #320AAD is Cyan = 0.71, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 50 | 10 | 173 | - |
| CMYK | 0.71 | 0.94 | 0 | 0.32 |
| HSL | 254.72º | 0.89% | 0.36% | - |
| HSV(B) | 254.72º | 0.94% | 0.68% | - |
| XYZ | 8.97 | 3.91 | 39.82 | - |
| YUV | 40.54 | 202.75 | 134.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 10 | 173 | 0.71 | 0.94 | 0 | 0.32 | 254.72 | 0.89 | 0.36 |
| Hex | 32 | A | AD | 47 | 5E | 0 | 20 | FF | 59 | 24 |
| Octal | 62 | 12 | 255 | 107 | 136 | 0 | 40 | 377 | 131 | 44 |
| Binary | 110010 | 1010 | 10101101 | 1000111 | 1011110 | 0 | 100000 | 11111111 | 1011001 | 100100 |
Color Harmonies of #320AAD
Complementary color
Monochromatic Colors of #320AAD
Black with #320AAD
Text Example
Text Example
White with #320AAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #320AAD; }
p { color: rgb(50,10,173); }
H1.HeaderClassName
{
color: #320AAD;
}
.AnyTagClassName
{
color: #320AAD;
}
</style>
background-color css
<style>
a { background-color: #320AAD; }
a { background-color: rgb(50,10,173); }
div.DivClassName
{
background-color: #320AAD;
}
.BgClassName
{
background-color: #320AAD;
}
</style>
border-color css
<style>
span { border-color: #320AAD; }
span { border-color: rgb(50,10,173); }
td.TdClassName
{
border-color: #320AAD;
}
.TagClassName
{
border-color: #320AAD;
}
</style>