Shades of Ultramarine #320CAF
Tints of Ultramarine #320CAF
RGB
CMYK
RGB Variations
Color information
#320CAF (or 0x320CAF) is known color: Ultramarine. HEX triplet: 32, 0C and AF. RGB value is (50,12,175). Sum of RGB (Red+Green+Blue) = 50+12+175=237 (31% of max value = 765). Red value is 50 (19.92% from 255 or 21.10% from 237); Green value is 12 (5.08% from 255 or 5.06% from 237); Blue value is 175 (68.75% from 255 or 73.84% from 237); Max value from RGB is 175 - color contains mainly: blue. Hex color #320CAF is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #320CAF is #CDF350. Grayscale: #292929. Windows color (decimal): -13497169 or 11471922. OLE color: 11471922.
HSL color Cylindrical-coordinate representation of color #320CAF: hue angle of 253.99º degrees, saturation: 0.87, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #320CAF is Cyan = 0.71, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 50 | 12 | 175 | - |
| CMYK | 0.71 | 0.93 | 0 | 0.31 |
| HSL | 253.99º | 0.87% | 0.37% | - |
| HSV(B) | 253.99º | 0.93% | 0.69% | - |
| XYZ | 9.18 | 4.04 | 40.85 | - |
| YUV | 41.94 | 203.09 | 133.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 12 | 175 | 0.71 | 0.93 | 0 | 0.31 | 253.99 | 0.87 | 0.37 |
| Hex | 32 | C | AF | 47 | 5D | 0 | 1F | FE | 57 | 25 |
| Octal | 62 | 14 | 257 | 107 | 135 | 0 | 37 | 376 | 127 | 45 |
| Binary | 110010 | 1100 | 10101111 | 1000111 | 1011101 | 0 | 11111 | 11111110 | 1010111 | 100101 |
Color Harmonies of #320CAF
Complementary color
Monochromatic Colors of #320CAF
Black with #320CAF
Text Example
Text Example
White with #320CAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #320CAF; }
p { color: rgb(50,12,175); }
H1.HeaderClassName
{
color: #320CAF;
}
.AnyTagClassName
{
color: #320CAF;
}
</style>
background-color css
<style>
a { background-color: #320CAF; }
a { background-color: rgb(50,12,175); }
div.DivClassName
{
background-color: #320CAF;
}
.BgClassName
{
background-color: #320CAF;
}
</style>
border-color css
<style>
span { border-color: #320CAF; }
span { border-color: rgb(50,12,175); }
td.TdClassName
{
border-color: #320CAF;
}
.TagClassName
{
border-color: #320CAF;
}
</style>