Shades of Ultramarine #3211BA
Tints of Ultramarine #3211BA
RGB
CMYK
RGB Variations
Color information
#3211BA (or 0x3211BA) is known color: Ultramarine. HEX triplet: 32, 11 and BA. RGB value is (50,17,186). Sum of RGB (Red+Green+Blue) = 50+17+186=253 (33% of max value = 765). Red value is 50 (19.92% from 255 or 19.76% from 253); Green value is 17 (7.03% from 255 or 6.72% from 253); Blue value is 186 (73.05% from 255 or 73.52% from 253); Max value from RGB is 186 - color contains mainly: blue. Hex color #3211BA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3211BA is #CDEE45. Grayscale: #2D2D2D. Windows color (decimal): -13495878 or 12194098. OLE color: 12194098.
HSL color Cylindrical-coordinate representation of color #3211BA: hue angle of 251.72º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #3211BA is Cyan = 0.73, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 50 | 17 | 186 | - |
| CMYK | 0.73 | 0.91 | 0 | 0.27 |
| HSL | 251.72º | 0.83% | 0.4% | - |
| HSV(B) | 251.72º | 0.91% | 0.73% | - |
| XYZ | 10.38 | 4.62 | 46.8 | - |
| YUV | 46.13 | 206.93 | 130.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 17 | 186 | 0.73 | 0.91 | 0 | 0.27 | 251.72 | 0.83 | 0.4 |
| Hex | 32 | 11 | BA | 49 | 5B | 0 | 1B | FC | 53 | 28 |
| Octal | 62 | 21 | 272 | 111 | 133 | 0 | 33 | 374 | 123 | 50 |
| Binary | 110010 | 10001 | 10111010 | 1001001 | 1011011 | 0 | 11011 | 11111100 | 1010011 | 101000 |
Color Harmonies of #3211BA
Complementary color
Monochromatic Colors of #3211BA
Black with #3211BA
Text Example
Text Example
White with #3211BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3211BA; }
p { color: rgb(50,17,186); }
H1.HeaderClassName
{
color: #3211BA;
}
.AnyTagClassName
{
color: #3211BA;
}
</style>
background-color css
<style>
a { background-color: #3211BA; }
a { background-color: rgb(50,17,186); }
div.DivClassName
{
background-color: #3211BA;
}
.BgClassName
{
background-color: #3211BA;
}
</style>
border-color css
<style>
span { border-color: #3211BA; }
span { border-color: rgb(50,17,186); }
td.TdClassName
{
border-color: #3211BA;
}
.TagClassName
{
border-color: #3211BA;
}
</style>