Shades of Ultramarine #320EAF
Tints of Ultramarine #320EAF
RGB
CMYK
RGB Variations
Color information
#320EAF (or 0x320EAF) is known color: Ultramarine. HEX triplet: 32, 0E and AF. RGB value is (50,14,175). Sum of RGB (Red+Green+Blue) = 50+14+175=239 (31% of max value = 765). Red value is 50 (19.92% from 255 or 20.92% from 239); Green value is 14 (5.86% from 255 or 5.86% from 239); Blue value is 175 (68.75% from 255 or 73.22% from 239); Max value from RGB is 175 - color contains mainly: blue. Hex color #320EAF is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #320EAF is #CDF150. Grayscale: #2A2A2A. Windows color (decimal): -13496657 or 11472434. OLE color: 11472434.
HSL color Cylindrical-coordinate representation of color #320EAF: hue angle of 253.42º degrees, saturation: 0.85, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #320EAF is Cyan = 0.71, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 50 | 14 | 175 | - |
| CMYK | 0.71 | 0.92 | 0 | 0.31 |
| HSL | 253.42º | 0.85% | 0.37% | - |
| HSV(B) | 253.42º | 0.92% | 0.69% | - |
| XYZ | 9.21 | 4.09 | 40.86 | - |
| YUV | 43.12 | 202.43 | 132.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 14 | 175 | 0.71 | 0.92 | 0 | 0.31 | 253.42 | 0.85 | 0.37 |
| Hex | 32 | E | AF | 47 | 5C | 0 | 1F | FD | 55 | 25 |
| Octal | 62 | 16 | 257 | 107 | 134 | 0 | 37 | 375 | 125 | 45 |
| Binary | 110010 | 1110 | 10101111 | 1000111 | 1011100 | 0 | 11111 | 11111101 | 1010101 | 100101 |
Color Harmonies of #320EAF
Complementary color
Monochromatic Colors of #320EAF
Black with #320EAF
Text Example
Text Example
White with #320EAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #320EAF; }
p { color: rgb(50,14,175); }
H1.HeaderClassName
{
color: #320EAF;
}
.AnyTagClassName
{
color: #320EAF;
}
</style>
background-color css
<style>
a { background-color: #320EAF; }
a { background-color: rgb(50,14,175); }
div.DivClassName
{
background-color: #320EAF;
}
.BgClassName
{
background-color: #320EAF;
}
</style>
border-color css
<style>
span { border-color: #320EAF; }
span { border-color: rgb(50,14,175); }
td.TdClassName
{
border-color: #320EAF;
}
.TagClassName
{
border-color: #320EAF;
}
</style>