Shades of Ultramarine #3211B2
Tints of Ultramarine #3211B2
RGB
CMYK
RGB Variations
Color information
#3211B2 (or 0x3211B2) is known color: Ultramarine. HEX triplet: 32, 11 and B2. RGB value is (50,17,178). Sum of RGB (Red+Green+Blue) = 50+17+178=245 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.41% from 245); Green value is 17 (7.03% from 255 or 6.94% from 245); Blue value is 178 (69.92% from 255 or 72.65% from 245); Max value from RGB is 178 - color contains mainly: blue. Hex color #3211B2 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3211B2 is #CDEE4D. Grayscale: #2C2C2C. Windows color (decimal): -13495886 or 11669810. OLE color: 11669810.
HSL color Cylindrical-coordinate representation of color #3211B2: hue angle of 252.3º degrees, saturation: 0.83, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3211B2 is Cyan = 0.72, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 50 | 17 | 178 | - |
| CMYK | 0.72 | 0.90 | 0 | 0.30 |
| HSL | 252.3º | 0.83% | 0.38% | - |
| HSV(B) | 252.3º | 0.9% | 0.7% | - |
| XYZ | 9.55 | 4.29 | 42.44 | - |
| YUV | 45.22 | 202.93 | 131.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 17 | 178 | 0.72 | 0.90 | 0 | 0.30 | 252.3 | 0.83 | 0.38 |
| Hex | 32 | 11 | B2 | 48 | 5A | 0 | 1E | FC | 53 | 26 |
| Octal | 62 | 21 | 262 | 110 | 132 | 0 | 36 | 374 | 123 | 46 |
| Binary | 110010 | 10001 | 10110010 | 1001000 | 1011010 | 0 | 11110 | 11111100 | 1010011 | 100110 |
Color Harmonies of #3211B2
Complementary color
Monochromatic Colors of #3211B2
Black with #3211B2
Text Example
Text Example
White with #3211B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3211B2; }
p { color: rgb(50,17,178); }
H1.HeaderClassName
{
color: #3211B2;
}
.AnyTagClassName
{
color: #3211B2;
}
</style>
background-color css
<style>
a { background-color: #3211B2; }
a { background-color: rgb(50,17,178); }
div.DivClassName
{
background-color: #3211B2;
}
.BgClassName
{
background-color: #3211B2;
}
</style>
border-color css
<style>
span { border-color: #3211B2; }
span { border-color: rgb(50,17,178); }
td.TdClassName
{
border-color: #3211B2;
}
.TagClassName
{
border-color: #3211B2;
}
</style>