Shades of Ultramarine #320AAF
Tints of Ultramarine #320AAF
RGB
CMYK
RGB Variations
Color information
#320AAF (or 0x320AAF) is known color: Ultramarine. HEX triplet: 32, 0A and AF. RGB value is (50,10,175). Sum of RGB (Red+Green+Blue) = 50+10+175=235 (31% of max value = 765). Red value is 50 (19.92% from 255 or 21.28% from 235); Green value is 10 (4.30% from 255 or 4.26% from 235); Blue value is 175 (68.75% from 255 or 74.47% from 235); Max value from RGB is 175 - color contains mainly: blue. Hex color #320AAF is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #320AAF is #CDF550. Grayscale: #282828. Windows color (decimal): -13497681 or 11471410. OLE color: 11471410.
HSL color Cylindrical-coordinate representation of color #320AAF: hue angle of 254.55º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #320AAF is Cyan = 0.71, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 50 | 10 | 175 | - |
| CMYK | 0.71 | 0.94 | 0 | 0.31 |
| HSL | 254.55º | 0.89% | 0.36% | - |
| HSV(B) | 254.55º | 0.94% | 0.69% | - |
| XYZ | 9.16 | 3.99 | 40.84 | - |
| YUV | 40.77 | 203.75 | 134.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 10 | 175 | 0.71 | 0.94 | 0 | 0.31 | 254.55 | 0.89 | 0.36 |
| Hex | 32 | A | AF | 47 | 5E | 0 | 1F | FF | 59 | 24 |
| Octal | 62 | 12 | 257 | 107 | 136 | 0 | 37 | 377 | 131 | 44 |
| Binary | 110010 | 1010 | 10101111 | 1000111 | 1011110 | 0 | 11111 | 11111111 | 1011001 | 100100 |
Color Harmonies of #320AAF
Complementary color
Monochromatic Colors of #320AAF
Black with #320AAF
Text Example
Text Example
White with #320AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #320AAF; }
p { color: rgb(50,10,175); }
H1.HeaderClassName
{
color: #320AAF;
}
.AnyTagClassName
{
color: #320AAF;
}
</style>
background-color css
<style>
a { background-color: #320AAF; }
a { background-color: rgb(50,10,175); }
div.DivClassName
{
background-color: #320AAF;
}
.BgClassName
{
background-color: #320AAF;
}
</style>
border-color css
<style>
span { border-color: #320AAF; }
span { border-color: rgb(50,10,175); }
td.TdClassName
{
border-color: #320AAF;
}
.TagClassName
{
border-color: #320AAF;
}
</style>