Shades of Ultramarine #3204A7
Tints of Ultramarine #3204A7
RGB
CMYK
RGB Variations
Color information
#3204A7 (or 0x3204A7) is known color: Ultramarine. HEX triplet: 32, 04 and A7. RGB value is (50,4,167). Sum of RGB (Red+Green+Blue) = 50+4+167=221 (29% of max value = 765). Red value is 50 (19.92% from 255 or 22.62% from 221); Green value is 4 (1.95% from 255 or 1.81% from 221); Blue value is 167 (65.62% from 255 or 75.57% from 221); Max value from RGB is 167 - color contains mainly: blue. Hex color #3204A7 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3204A7 is #CDFB58. Grayscale: #232323. Windows color (decimal): -13499225 or 10945586. OLE color: 10945586.
HSL color Cylindrical-coordinate representation of color #3204A7: hue angle of 256.93º degrees, saturation: 0.95, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3204A7 is Cyan = 0.70, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 50 | 4 | 167 | - |
| CMYK | 0.70 | 0.98 | 0 | 0.35 |
| HSL | 256.93º | 0.95% | 0.34% | - |
| HSV(B) | 256.93º | 0.98% | 0.65% | - |
| XYZ | 8.33 | 3.55 | 36.81 | - |
| YUV | 36.34 | 201.74 | 137.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 4 | 167 | 0.70 | 0.98 | 0 | 0.35 | 256.93 | 0.95 | 0.34 |
| Hex | 32 | 4 | A7 | 46 | 62 | 0 | 23 | 101 | 5F | 22 |
| Octal | 62 | 4 | 247 | 106 | 142 | 0 | 43 | 401 | 137 | 42 |
| Binary | 110010 | 100 | 10100111 | 1000110 | 1100010 | 0 | 100011 | 100000001 | 1011111 | 100010 |
Color Harmonies of #3204A7
Complementary color
Monochromatic Colors of #3204A7
Black with #3204A7
Text Example
Text Example
White with #3204A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3204A7; }
p { color: rgb(50,4,167); }
H1.HeaderClassName
{
color: #3204A7;
}
.AnyTagClassName
{
color: #3204A7;
}
</style>
background-color css
<style>
a { background-color: #3204A7; }
a { background-color: rgb(50,4,167); }
div.DivClassName
{
background-color: #3204A7;
}
.BgClassName
{
background-color: #3204A7;
}
</style>
border-color css
<style>
span { border-color: #3204A7; }
span { border-color: rgb(50,4,167); }
td.TdClassName
{
border-color: #3204A7;
}
.TagClassName
{
border-color: #3204A7;
}
</style>