Shades of Ultramarine #3204B8
Tints of Ultramarine #3204B8
RGB
CMYK
RGB Variations
Color information
#3204B8 (or 0x3204B8) is known color: Ultramarine. HEX triplet: 32, 04 and B8. RGB value is (50,4,184). Sum of RGB (Red+Green+Blue) = 50+4+184=238 (31% of max value = 765). Red value is 50 (19.92% from 255 or 21.01% from 238); Green value is 4 (1.95% from 255 or 1.68% from 238); Blue value is 184 (72.27% from 255 or 77.31% from 238); Max value from RGB is 184 - color contains mainly: blue. Hex color #3204B8 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3204B8 is #CDFB47. Grayscale: #252525. Windows color (decimal): -13499208 or 12059698. OLE color: 12059698.
HSL color Cylindrical-coordinate representation of color #3204B8: hue angle of 255.33º degrees, saturation: 0.96, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3204B8 is Cyan = 0.73, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 50 | 4 | 184 | - |
| CMYK | 0.73 | 0.98 | 0 | 0.28 |
| HSL | 255.33º | 0.96% | 0.37% | - |
| HSV(B) | 255.33º | 0.98% | 0.72% | - |
| XYZ | 10.01 | 4.23 | 45.64 | - |
| YUV | 38.27 | 210.24 | 136.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 4 | 184 | 0.73 | 0.98 | 0 | 0.28 | 255.33 | 0.96 | 0.37 |
| Hex | 32 | 4 | B8 | 49 | 62 | 0 | 1C | FF | 60 | 25 |
| Octal | 62 | 4 | 270 | 111 | 142 | 0 | 34 | 377 | 140 | 45 |
| Binary | 110010 | 100 | 10111000 | 1001001 | 1100010 | 0 | 11100 | 11111111 | 1100000 | 100101 |
Color Harmonies of #3204B8
Complementary color
Monochromatic Colors of #3204B8
Black with #3204B8
Text Example
Text Example
White with #3204B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3204B8; }
p { color: rgb(50,4,184); }
H1.HeaderClassName
{
color: #3204B8;
}
.AnyTagClassName
{
color: #3204B8;
}
</style>
background-color css
<style>
a { background-color: #3204B8; }
a { background-color: rgb(50,4,184); }
div.DivClassName
{
background-color: #3204B8;
}
.BgClassName
{
background-color: #3204B8;
}
</style>
border-color css
<style>
span { border-color: #3204B8; }
span { border-color: rgb(50,4,184); }
td.TdClassName
{
border-color: #3204B8;
}
.TagClassName
{
border-color: #3204B8;
}
</style>