Shades of Ultramarine #3204B9
Tints of Ultramarine #3204B9
RGB
CMYK
RGB Variations
Color information
#3204B9 (or 0x3204B9) is known color: Ultramarine. HEX triplet: 32, 04 and B9. RGB value is (50,4,185). Sum of RGB (Red+Green+Blue) = 50+4+185=239 (31% of max value = 765). Red value is 50 (19.92% from 255 or 20.92% from 239); Green value is 4 (1.95% from 255 or 1.67% from 239); Blue value is 185 (72.66% from 255 or 77.41% from 239); Max value from RGB is 185 - color contains mainly: blue. Hex color #3204B9 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3204B9 is #CDFB46. Grayscale: #252525. Windows color (decimal): -13499207 or 12125234. OLE color: 12125234.
HSL color Cylindrical-coordinate representation of color #3204B9: hue angle of 255.25º degrees, saturation: 0.96, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3204B9 is Cyan = 0.73, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 50 | 4 | 185 | - |
| CMYK | 0.73 | 0.98 | 0 | 0.27 |
| HSL | 255.25º | 0.96% | 0.37% | - |
| HSV(B) | 255.25º | 0.98% | 0.73% | - |
| XYZ | 10.12 | 4.27 | 46.19 | - |
| YUV | 38.39 | 210.74 | 136.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 4 | 185 | 0.73 | 0.98 | 0 | 0.27 | 255.25 | 0.96 | 0.37 |
| Hex | 32 | 4 | B9 | 49 | 62 | 0 | 1B | FF | 60 | 25 |
| Octal | 62 | 4 | 271 | 111 | 142 | 0 | 33 | 377 | 140 | 45 |
| Binary | 110010 | 100 | 10111001 | 1001001 | 1100010 | 0 | 11011 | 11111111 | 1100000 | 100101 |
Color Harmonies of #3204B9
Complementary color
Monochromatic Colors of #3204B9
Black with #3204B9
Text Example
Text Example
White with #3204B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3204B9; }
p { color: rgb(50,4,185); }
H1.HeaderClassName
{
color: #3204B9;
}
.AnyTagClassName
{
color: #3204B9;
}
</style>
background-color css
<style>
a { background-color: #3204B9; }
a { background-color: rgb(50,4,185); }
div.DivClassName
{
background-color: #3204B9;
}
.BgClassName
{
background-color: #3204B9;
}
</style>
border-color css
<style>
span { border-color: #3204B9; }
span { border-color: rgb(50,4,185); }
td.TdClassName
{
border-color: #3204B9;
}
.TagClassName
{
border-color: #3204B9;
}
</style>