Shades of Ultramarine #320FAC
Tints of Ultramarine #320FAC
RGB
CMYK
RGB Variations
Color information
#320FAC (or 0x320FAC) is known color: Ultramarine. HEX triplet: 32, 0F and AC. RGB value is (50,15,172). Sum of RGB (Red+Green+Blue) = 50+15+172=237 (31% of max value = 765). Red value is 50 (19.92% from 255 or 21.10% from 237); Green value is 15 (6.25% from 255 or 6.33% from 237); Blue value is 172 (67.58% from 255 or 72.57% from 237); Max value from RGB is 172 - color contains mainly: blue. Hex color #320FAC is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #320FAC is #CDF053. Grayscale: #2A2A2A. Windows color (decimal): -13496404 or 11276082. OLE color: 11276082.
HSL color Cylindrical-coordinate representation of color #320FAC: hue angle of 253.38º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #320FAC is Cyan = 0.71, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 50 | 15 | 172 | - |
| CMYK | 0.71 | 0.91 | 0 | 0.33 |
| HSL | 253.38º | 0.84% | 0.37% | - |
| HSV(B) | 253.38º | 0.91% | 0.67% | - |
| XYZ | 8.93 | 4 | 39.33 | - |
| YUV | 43.36 | 200.6 | 132.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 15 | 172 | 0.71 | 0.91 | 0 | 0.33 | 253.38 | 0.84 | 0.37 |
| Hex | 32 | F | AC | 47 | 5B | 0 | 21 | FD | 54 | 25 |
| Octal | 62 | 17 | 254 | 107 | 133 | 0 | 41 | 375 | 124 | 45 |
| Binary | 110010 | 1111 | 10101100 | 1000111 | 1011011 | 0 | 100001 | 11111101 | 1010100 | 100101 |
Color Harmonies of #320FAC
Complementary color
Monochromatic Colors of #320FAC
Black with #320FAC
Text Example
Text Example
White with #320FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #320FAC; }
p { color: rgb(50,15,172); }
H1.HeaderClassName
{
color: #320FAC;
}
.AnyTagClassName
{
color: #320FAC;
}
</style>
background-color css
<style>
a { background-color: #320FAC; }
a { background-color: rgb(50,15,172); }
div.DivClassName
{
background-color: #320FAC;
}
.BgClassName
{
background-color: #320FAC;
}
</style>
border-color css
<style>
span { border-color: #320FAC; }
span { border-color: rgb(50,15,172); }
td.TdClassName
{
border-color: #320FAC;
}
.TagClassName
{
border-color: #320FAC;
}
</style>