Shades of Ultramarine #3206AC
Tints of Ultramarine #3206AC
RGB
CMYK
RGB Variations
Color information
#3206AC (or 0x3206AC) is known color: Ultramarine. HEX triplet: 32, 06 and AC. RGB value is (50,6,172). Sum of RGB (Red+Green+Blue) = 50+6+172=228 (30% of max value = 765). Red value is 50 (19.92% from 255 or 21.93% from 228); Green value is 6 (2.73% from 255 or 2.63% from 228); Blue value is 172 (67.58% from 255 or 75.44% from 228); Max value from RGB is 172 - color contains mainly: blue. Hex color #3206AC is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3206AC is #CDF953. Grayscale: #252525. Windows color (decimal): -13498708 or 11273778. OLE color: 11273778.
HSL color Cylindrical-coordinate representation of color #3206AC: hue angle of 255.9º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #3206AC is Cyan = 0.71, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 50 | 6 | 172 | - |
| CMYK | 0.71 | 0.97 | 0 | 0.33 |
| HSL | 255.9º | 0.93% | 0.35% | - |
| HSV(B) | 255.9º | 0.97% | 0.67% | - |
| XYZ | 8.83 | 3.79 | 39.3 | - |
| YUV | 38.08 | 203.58 | 136.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 6 | 172 | 0.71 | 0.97 | 0 | 0.33 | 255.9 | 0.93 | 0.35 |
| Hex | 32 | 6 | AC | 47 | 61 | 0 | 21 | 100 | 5D | 23 |
| Octal | 62 | 6 | 254 | 107 | 141 | 0 | 41 | 400 | 135 | 43 |
| Binary | 110010 | 110 | 10101100 | 1000111 | 1100001 | 0 | 100001 | 100000000 | 1011101 | 100011 |
Color Harmonies of #3206AC
Complementary color
Monochromatic Colors of #3206AC
Black with #3206AC
Text Example
Text Example
White with #3206AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3206AC; }
p { color: rgb(50,6,172); }
H1.HeaderClassName
{
color: #3206AC;
}
.AnyTagClassName
{
color: #3206AC;
}
</style>
background-color css
<style>
a { background-color: #3206AC; }
a { background-color: rgb(50,6,172); }
div.DivClassName
{
background-color: #3206AC;
}
.BgClassName
{
background-color: #3206AC;
}
</style>
border-color css
<style>
span { border-color: #3206AC; }
span { border-color: rgb(50,6,172); }
td.TdClassName
{
border-color: #3206AC;
}
.TagClassName
{
border-color: #3206AC;
}
</style>