Shades of Ultramarine #3204AC
Tints of Ultramarine #3204AC
RGB
CMYK
RGB Variations
Color information
#3204AC (or 0x3204AC) is known color: Ultramarine. HEX triplet: 32, 04 and AC. RGB value is (50,4,172). Sum of RGB (Red+Green+Blue) = 50+4+172=226 (29% of max value = 765). Red value is 50 (19.92% from 255 or 22.12% from 226); Green value is 4 (1.95% from 255 or 1.77% from 226); Blue value is 172 (67.58% from 255 or 76.11% from 226); Max value from RGB is 172 - color contains mainly: blue. Hex color #3204AC is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3204AC is #CDFB53. Grayscale: #242424. Windows color (decimal): -13499220 or 11273266. OLE color: 11273266.
HSL color Cylindrical-coordinate representation of color #3204AC: hue angle of 256.43º degrees, saturation: 0.95, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3204AC is Cyan = 0.71, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 50 | 4 | 172 | - |
| CMYK | 0.71 | 0.98 | 0 | 0.33 |
| HSL | 256.43º | 0.95% | 0.35% | - |
| HSV(B) | 256.43º | 0.98% | 0.67% | - |
| XYZ | 8.81 | 3.74 | 39.29 | - |
| YUV | 36.91 | 204.24 | 137.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 4 | 172 | 0.71 | 0.98 | 0 | 0.33 | 256.43 | 0.95 | 0.35 |
| Hex | 32 | 4 | AC | 47 | 62 | 0 | 21 | 100 | 5F | 23 |
| Octal | 62 | 4 | 254 | 107 | 142 | 0 | 41 | 400 | 137 | 43 |
| Binary | 110010 | 100 | 10101100 | 1000111 | 1100010 | 0 | 100001 | 100000000 | 1011111 | 100011 |
Color Harmonies of #3204AC
Complementary color
Monochromatic Colors of #3204AC
Black with #3204AC
Text Example
Text Example
White with #3204AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3204AC; }
p { color: rgb(50,4,172); }
H1.HeaderClassName
{
color: #3204AC;
}
.AnyTagClassName
{
color: #3204AC;
}
</style>
background-color css
<style>
a { background-color: #3204AC; }
a { background-color: rgb(50,4,172); }
div.DivClassName
{
background-color: #3204AC;
}
.BgClassName
{
background-color: #3204AC;
}
</style>
border-color css
<style>
span { border-color: #3204AC; }
span { border-color: rgb(50,4,172); }
td.TdClassName
{
border-color: #3204AC;
}
.TagClassName
{
border-color: #3204AC;
}
</style>