Shades of Ultramarine #3211B3
Tints of Ultramarine #3211B3
RGB
CMYK
RGB Variations
Color information
#3211B3 (or 0x3211B3) is known color: Ultramarine. HEX triplet: 32, 11 and B3. RGB value is (50,17,179). Sum of RGB (Red+Green+Blue) = 50+17+179=246 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.33% from 246); Green value is 17 (7.03% from 255 or 6.91% from 246); Blue value is 179 (70.31% from 255 or 72.76% from 246); Max value from RGB is 179 - color contains mainly: blue. Hex color #3211B3 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3211B3 is #CDEE4C. Grayscale: #2C2C2C. Windows color (decimal): -13495885 or 11735346. OLE color: 11735346.
HSL color Cylindrical-coordinate representation of color #3211B3: hue angle of 252.22º degrees, saturation: 0.83, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #3211B3 is Cyan = 0.72, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 50 | 17 | 179 | - |
| CMYK | 0.72 | 0.91 | 0 | 0.30 |
| HSL | 252.22º | 0.83% | 0.38% | - |
| HSV(B) | 252.22º | 0.91% | 0.7% | - |
| XYZ | 9.65 | 4.33 | 42.98 | - |
| YUV | 45.34 | 203.43 | 131.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 17 | 179 | 0.72 | 0.91 | 0 | 0.30 | 252.22 | 0.83 | 0.38 |
| Hex | 32 | 11 | B3 | 48 | 5B | 0 | 1E | FC | 53 | 26 |
| Octal | 62 | 21 | 263 | 110 | 133 | 0 | 36 | 374 | 123 | 46 |
| Binary | 110010 | 10001 | 10110011 | 1001000 | 1011011 | 0 | 11110 | 11111100 | 1010011 | 100110 |
Color Harmonies of #3211B3
Complementary color
Monochromatic Colors of #3211B3
Black with #3211B3
Text Example
Text Example
White with #3211B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3211B3; }
p { color: rgb(50,17,179); }
H1.HeaderClassName
{
color: #3211B3;
}
.AnyTagClassName
{
color: #3211B3;
}
</style>
background-color css
<style>
a { background-color: #3211B3; }
a { background-color: rgb(50,17,179); }
div.DivClassName
{
background-color: #3211B3;
}
.BgClassName
{
background-color: #3211B3;
}
</style>
border-color css
<style>
span { border-color: #3211B3; }
span { border-color: rgb(50,17,179); }
td.TdClassName
{
border-color: #3211B3;
}
.TagClassName
{
border-color: #3211B3;
}
</style>