Shades of Ultramarine #3204B5
Tints of Ultramarine #3204B5
RGB
CMYK
RGB Variations
Color information
#3204B5 (or 0x3204B5) is known color: Ultramarine. HEX triplet: 32, 04 and B5. RGB value is (50,4,181). Sum of RGB (Red+Green+Blue) = 50+4+181=235 (31% of max value = 765). Red value is 50 (19.92% from 255 or 21.28% from 235); Green value is 4 (1.95% from 255 or 1.70% from 235); Blue value is 181 (71.09% from 255 or 77.02% from 235); Max value from RGB is 181 - color contains mainly: blue. Hex color #3204B5 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3204B5 is #CDFB4A. Grayscale: #252525. Windows color (decimal): -13499211 or 11863090. OLE color: 11863090.
HSL color Cylindrical-coordinate representation of color #3204B5: hue angle of 255.59º degrees, saturation: 0.96, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3204B5 is Cyan = 0.72, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 50 | 4 | 181 | - |
| CMYK | 0.72 | 0.98 | 0 | 0.29 |
| HSL | 255.59º | 0.96% | 0.36% | - |
| HSV(B) | 255.59º | 0.98% | 0.71% | - |
| XYZ | 9.7 | 4.1 | 44 | - |
| YUV | 37.93 | 208.74 | 136.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 4 | 181 | 0.72 | 0.98 | 0 | 0.29 | 255.59 | 0.96 | 0.36 |
| Hex | 32 | 4 | B5 | 48 | 62 | 0 | 1D | 100 | 60 | 24 |
| Octal | 62 | 4 | 265 | 110 | 142 | 0 | 35 | 400 | 140 | 44 |
| Binary | 110010 | 100 | 10110101 | 1001000 | 1100010 | 0 | 11101 | 100000000 | 1100000 | 100100 |
Color Harmonies of #3204B5
Complementary color
Monochromatic Colors of #3204B5
Black with #3204B5
Text Example
Text Example
White with #3204B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3204B5; }
p { color: rgb(50,4,181); }
H1.HeaderClassName
{
color: #3204B5;
}
.AnyTagClassName
{
color: #3204B5;
}
</style>
background-color css
<style>
a { background-color: #3204B5; }
a { background-color: rgb(50,4,181); }
div.DivClassName
{
background-color: #3204B5;
}
.BgClassName
{
background-color: #3204B5;
}
</style>
border-color css
<style>
span { border-color: #3204B5; }
span { border-color: rgb(50,4,181); }
td.TdClassName
{
border-color: #3204B5;
}
.TagClassName
{
border-color: #3204B5;
}
</style>