Shades of Ultramarine #3217A2
Tints of Ultramarine #3217A2
RGB
CMYK
RGB Variations
Color information
#3217A2 (or 0x3217A2) is known color: Ultramarine. HEX triplet: 32, 17 and A2. RGB value is (50,23,162). Sum of RGB (Red+Green+Blue) = 50+23+162=235 (31% of max value = 765). Red value is 50 (19.92% from 255 or 21.28% from 235); Green value is 23 (9.38% from 255 or 9.79% from 235); Blue value is 162 (63.67% from 255 or 68.94% from 235); Max value from RGB is 162 - color contains mainly: blue. Hex color #3217A2 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3217A2 is #CDE85D. Grayscale: #2E2E2E. Windows color (decimal): -13494366 or 10622770. OLE color: 10622770.
HSL color Cylindrical-coordinate representation of color #3217A2: hue angle of 251.65º degrees, saturation: 0.75, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #3217A2 is Cyan = 0.69, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 50 | 23 | 162 | - |
| CMYK | 0.69 | 0.86 | 0 | 0.36 |
| HSL | 251.65º | 0.75% | 0.36% | - |
| HSV(B) | 251.65º | 0.86% | 0.64% | - |
| XYZ | 8.14 | 3.9 | 34.51 | - |
| YUV | 46.92 | 192.95 | 130.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 23 | 162 | 0.69 | 0.86 | 0 | 0.36 | 251.65 | 0.75 | 0.36 |
| Hex | 32 | 17 | A2 | 45 | 56 | 0 | 24 | FC | 4B | 24 |
| Octal | 62 | 27 | 242 | 105 | 126 | 0 | 44 | 374 | 113 | 44 |
| Binary | 110010 | 10111 | 10100010 | 1000101 | 1010110 | 0 | 100100 | 11111100 | 1001011 | 100100 |
Color Harmonies of #3217A2
Complementary color
Monochromatic Colors of #3217A2
Black with #3217A2
Text Example
Text Example
White with #3217A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3217A2; }
p { color: rgb(50,23,162); }
H1.HeaderClassName
{
color: #3217A2;
}
.AnyTagClassName
{
color: #3217A2;
}
</style>
background-color css
<style>
a { background-color: #3217A2; }
a { background-color: rgb(50,23,162); }
div.DivClassName
{
background-color: #3217A2;
}
.BgClassName
{
background-color: #3217A2;
}
</style>
border-color css
<style>
span { border-color: #3217A2; }
span { border-color: rgb(50,23,162); }
td.TdClassName
{
border-color: #3217A2;
}
.TagClassName
{
border-color: #3217A2;
}
</style>