Shades of Ultramarine #3202AF
Tints of Ultramarine #3202AF
RGB
CMYK
RGB Variations
Color information
#3202AF (or 0x3202AF) is known color: Ultramarine. HEX triplet: 32, 02 and AF. RGB value is (50,2,175). Sum of RGB (Red+Green+Blue) = 50+2+175=227 (30% of max value = 765). Red value is 50 (19.92% from 255 or 22.03% from 227); Green value is 2 (1.17% from 255 or 0.88% from 227); Blue value is 175 (68.75% from 255 or 77.09% from 227); Max value from RGB is 175 - color contains mainly: blue. Hex color #3202AF is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3202AF is #CDFD50. Grayscale: #232323. Windows color (decimal): -13499729 or 11469362. OLE color: 11469362.
HSL color Cylindrical-coordinate representation of color #3202AF: hue angle of 256.65º degrees, saturation: 0.98, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3202AF is Cyan = 0.71, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 50 | 2 | 175 | - |
| CMYK | 0.71 | 0.99 | 0 | 0.31 |
| HSL | 256.65º | 0.98% | 0.35% | - |
| HSV(B) | 256.65º | 0.99% | 0.69% | - |
| XYZ | 9.07 | 3.82 | 40.82 | - |
| YUV | 36.07 | 206.4 | 137.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 2 | 175 | 0.71 | 0.99 | 0 | 0.31 | 256.65 | 0.98 | 0.35 |
| Hex | 32 | 2 | AF | 47 | 63 | 0 | 1F | 101 | 62 | 23 |
| Octal | 62 | 2 | 257 | 107 | 143 | 0 | 37 | 401 | 142 | 43 |
| Binary | 110010 | 10 | 10101111 | 1000111 | 1100011 | 0 | 11111 | 100000001 | 1100010 | 100011 |
Color Harmonies of #3202AF
Complementary color
Monochromatic Colors of #3202AF
Black with #3202AF
Text Example
Text Example
White with #3202AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3202AF; }
p { color: rgb(50,2,175); }
H1.HeaderClassName
{
color: #3202AF;
}
.AnyTagClassName
{
color: #3202AF;
}
</style>
background-color css
<style>
a { background-color: #3202AF; }
a { background-color: rgb(50,2,175); }
div.DivClassName
{
background-color: #3202AF;
}
.BgClassName
{
background-color: #3202AF;
}
</style>
border-color css
<style>
span { border-color: #3202AF; }
span { border-color: rgb(50,2,175); }
td.TdClassName
{
border-color: #3202AF;
}
.TagClassName
{
border-color: #3202AF;
}
</style>