Shades of Ultramarine #3204B0
Tints of Ultramarine #3204B0
RGB
CMYK
RGB Variations
Color information
#3204B0 (or 0x3204B0) is known color: Ultramarine. HEX triplet: 32, 04 and B0. RGB value is (50,4,176). Sum of RGB (Red+Green+Blue) = 50+4+176=230 (30% of max value = 765). Red value is 50 (19.92% from 255 or 21.74% from 230); Green value is 4 (1.95% from 255 or 1.74% from 230); Blue value is 176 (69.14% from 255 or 76.52% from 230); Max value from RGB is 176 - color contains mainly: blue. Hex color #3204B0 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3204B0 is #CDFB4F. Grayscale: #242424. Windows color (decimal): -13499216 or 11535410. OLE color: 11535410.
HSL color Cylindrical-coordinate representation of color #3204B0: hue angle of 256.05º degrees, saturation: 0.96, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3204B0 is Cyan = 0.72, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 50 | 4 | 176 | - |
| CMYK | 0.72 | 0.98 | 0 | 0.31 |
| HSL | 256.05º | 0.96% | 0.35% | - |
| HSV(B) | 256.05º | 0.98% | 0.69% | - |
| XYZ | 9.2 | 3.9 | 41.34 | - |
| YUV | 37.36 | 206.24 | 137.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 4 | 176 | 0.72 | 0.98 | 0 | 0.31 | 256.05 | 0.96 | 0.35 |
| Hex | 32 | 4 | B0 | 48 | 62 | 0 | 1F | 100 | 60 | 23 |
| Octal | 62 | 4 | 260 | 110 | 142 | 0 | 37 | 400 | 140 | 43 |
| Binary | 110010 | 100 | 10110000 | 1001000 | 1100010 | 0 | 11111 | 100000000 | 1100000 | 100011 |
Color Harmonies of #3204B0
Complementary color
Monochromatic Colors of #3204B0
Black with #3204B0
Text Example
Text Example
White with #3204B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3204B0; }
p { color: rgb(50,4,176); }
H1.HeaderClassName
{
color: #3204B0;
}
.AnyTagClassName
{
color: #3204B0;
}
</style>
background-color css
<style>
a { background-color: #3204B0; }
a { background-color: rgb(50,4,176); }
div.DivClassName
{
background-color: #3204B0;
}
.BgClassName
{
background-color: #3204B0;
}
</style>
border-color css
<style>
span { border-color: #3204B0; }
span { border-color: rgb(50,4,176); }
td.TdClassName
{
border-color: #3204B0;
}
.TagClassName
{
border-color: #3204B0;
}
</style>