Shades of Ultramarine #3202AD
Tints of Ultramarine #3202AD
RGB
CMYK
RGB Variations
Color information
#3202AD (or 0x3202AD) is known color: Ultramarine. HEX triplet: 32, 02 and AD. RGB value is (50,2,173). Sum of RGB (Red+Green+Blue) = 50+2+173=225 (29% of max value = 765). Red value is 50 (19.92% from 255 or 22.22% from 225); Green value is 2 (1.17% from 255 or 0.89% from 225); Blue value is 173 (67.97% from 255 or 76.89% from 225); Max value from RGB is 173 - color contains mainly: blue. Hex color #3202AD is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3202AD is #CDFD52. Grayscale: #232323. Windows color (decimal): -13499731 or 11338290. OLE color: 11338290.
HSL color Cylindrical-coordinate representation of color #3202AD: hue angle of 256.84º degrees, saturation: 0.98, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3202AD is Cyan = 0.71, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 50 | 2 | 173 | - |
| CMYK | 0.71 | 0.99 | 0 | 0.32 |
| HSL | 256.84º | 0.98% | 0.34% | - |
| HSV(B) | 256.84º | 0.99% | 0.68% | - |
| XYZ | 8.88 | 3.74 | 39.79 | - |
| YUV | 35.85 | 205.4 | 138.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 2 | 173 | 0.71 | 0.99 | 0 | 0.32 | 256.84 | 0.98 | 0.34 |
| Hex | 32 | 2 | AD | 47 | 63 | 0 | 20 | 101 | 62 | 22 |
| Octal | 62 | 2 | 255 | 107 | 143 | 0 | 40 | 401 | 142 | 42 |
| Binary | 110010 | 10 | 10101101 | 1000111 | 1100011 | 0 | 100000 | 100000001 | 1100010 | 100010 |
Color Harmonies of #3202AD
Complementary color
Monochromatic Colors of #3202AD
Black with #3202AD
Text Example
Text Example
White with #3202AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3202AD; }
p { color: rgb(50,2,173); }
H1.HeaderClassName
{
color: #3202AD;
}
.AnyTagClassName
{
color: #3202AD;
}
</style>
background-color css
<style>
a { background-color: #3202AD; }
a { background-color: rgb(50,2,173); }
div.DivClassName
{
background-color: #3202AD;
}
.BgClassName
{
background-color: #3202AD;
}
</style>
border-color css
<style>
span { border-color: #3202AD; }
span { border-color: rgb(50,2,173); }
td.TdClassName
{
border-color: #3202AD;
}
.TagClassName
{
border-color: #3202AD;
}
</style>