Shades of Ultramarine #3204AF
Tints of Ultramarine #3204AF
RGB
CMYK
RGB Variations
Color information
#3204AF (or 0x3204AF) is known color: Ultramarine. HEX triplet: 32, 04 and AF. RGB value is (50,4,175). Sum of RGB (Red+Green+Blue) = 50+4+175=229 (30% of max value = 765). Red value is 50 (19.92% from 255 or 21.83% from 229); Green value is 4 (1.95% from 255 or 1.75% from 229); Blue value is 175 (68.75% from 255 or 76.42% from 229); Max value from RGB is 175 - color contains mainly: blue. Hex color #3204AF is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3204AF is #CDFB50. Grayscale: #242424. Windows color (decimal): -13499217 or 11469874. OLE color: 11469874.
HSL color Cylindrical-coordinate representation of color #3204AF: hue angle of 256.14º 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 #3204AF is Cyan = 0.71, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 50 | 4 | 175 | - |
| CMYK | 0.71 | 0.98 | 0 | 0.31 |
| HSL | 256.14º | 0.96% | 0.35% | - |
| HSV(B) | 256.14º | 0.98% | 0.69% | - |
| XYZ | 9.1 | 3.86 | 40.82 | - |
| YUV | 37.25 | 205.74 | 137.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 4 | 175 | 0.71 | 0.98 | 0 | 0.31 | 256.14 | 0.96 | 0.35 |
| Hex | 32 | 4 | AF | 47 | 62 | 0 | 1F | 100 | 60 | 23 |
| Octal | 62 | 4 | 257 | 107 | 142 | 0 | 37 | 400 | 140 | 43 |
| Binary | 110010 | 100 | 10101111 | 1000111 | 1100010 | 0 | 11111 | 100000000 | 1100000 | 100011 |
Color Harmonies of #3204AF
Complementary color
Monochromatic Colors of #3204AF
Black with #3204AF
Text Example
Text Example
White with #3204AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3204AF; }
p { color: rgb(50,4,175); }
H1.HeaderClassName
{
color: #3204AF;
}
.AnyTagClassName
{
color: #3204AF;
}
</style>
background-color css
<style>
a { background-color: #3204AF; }
a { background-color: rgb(50,4,175); }
div.DivClassName
{
background-color: #3204AF;
}
.BgClassName
{
background-color: #3204AF;
}
</style>
border-color css
<style>
span { border-color: #3204AF; }
span { border-color: rgb(50,4,175); }
td.TdClassName
{
border-color: #3204AF;
}
.TagClassName
{
border-color: #3204AF;
}
</style>