Shades of Ultramarine #320FAA
Tints of Ultramarine #320FAA
RGB
CMYK
RGB Variations
Color information
#320FAA (or 0x320FAA) is known color: Ultramarine. HEX triplet: 32, 0F and AA. RGB value is (50,15,170). Sum of RGB (Red+Green+Blue) = 50+15+170=235 (31% of max value = 765). Red value is 50 (19.92% from 255 or 21.28% from 235); Green value is 15 (6.25% from 255 or 6.38% from 235); Blue value is 170 (66.80% from 255 or 72.34% from 235); Max value from RGB is 170 - color contains mainly: blue. Hex color #320FAA is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #320FAA is #CDF055. Grayscale: #2A2A2A. Windows color (decimal): -13496406 or 11145010. OLE color: 11145010.
HSL color Cylindrical-coordinate representation of color #320FAA: hue angle of 253.55º degrees, saturation: 0.84, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #320FAA is Cyan = 0.71, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 50 | 15 | 170 | - |
| CMYK | 0.71 | 0.91 | 0 | 0.33 |
| HSL | 253.55º | 0.84% | 0.36% | - |
| HSV(B) | 253.55º | 0.91% | 0.67% | - |
| XYZ | 8.74 | 3.92 | 38.33 | - |
| YUV | 43.14 | 199.6 | 132.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 15 | 170 | 0.71 | 0.91 | 0 | 0.33 | 253.55 | 0.84 | 0.36 |
| Hex | 32 | F | AA | 47 | 5B | 0 | 21 | FE | 54 | 24 |
| Octal | 62 | 17 | 252 | 107 | 133 | 0 | 41 | 376 | 124 | 44 |
| Binary | 110010 | 1111 | 10101010 | 1000111 | 1011011 | 0 | 100001 | 11111110 | 1010100 | 100100 |
Color Harmonies of #320FAA
Complementary color
Monochromatic Colors of #320FAA
Black with #320FAA
Text Example
Text Example
White with #320FAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #320FAA; }
p { color: rgb(50,15,170); }
H1.HeaderClassName
{
color: #320FAA;
}
.AnyTagClassName
{
color: #320FAA;
}
</style>
background-color css
<style>
a { background-color: #320FAA; }
a { background-color: rgb(50,15,170); }
div.DivClassName
{
background-color: #320FAA;
}
.BgClassName
{
background-color: #320FAA;
}
</style>
border-color css
<style>
span { border-color: #320FAA; }
span { border-color: rgb(50,15,170); }
td.TdClassName
{
border-color: #320FAA;
}
.TagClassName
{
border-color: #320FAA;
}
</style>