Shades of Ultramarine #3210BB
Tints of Ultramarine #3210BB
RGB
CMYK
RGB Variations
Color information
#3210BB (or 0x3210BB) is known color: Ultramarine. HEX triplet: 32, 10 and BB. RGB value is (50,16,187). Sum of RGB (Red+Green+Blue) = 50+16+187=253 (33% of max value = 765). Red value is 50 (19.92% from 255 or 19.76% from 253); Green value is 16 (6.64% from 255 or 6.32% from 253); Blue value is 187 (73.44% from 255 or 73.91% from 253); Max value from RGB is 187 - color contains mainly: blue. Hex color #3210BB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3210BB is #CDEF44. Grayscale: #2D2D2D. Windows color (decimal): -13496133 or 12259378. OLE color: 12259378.
HSL color Cylindrical-coordinate representation of color #3210BB: hue angle of 251.93º degrees, saturation: 0.84, 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 #3210BB is Cyan = 0.73, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 50 | 16 | 187 | - |
| CMYK | 0.73 | 0.91 | 0 | 0.27 |
| HSL | 251.93º | 0.84% | 0.4% | - |
| HSV(B) | 251.93º | 0.91% | 0.73% | - |
| XYZ | 10.47 | 4.64 | 47.36 | - |
| YUV | 45.66 | 207.76 | 131.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 16 | 187 | 0.73 | 0.91 | 0 | 0.27 | 251.93 | 0.84 | 0.4 |
| Hex | 32 | 10 | BB | 49 | 5B | 0 | 1B | FC | 54 | 28 |
| Octal | 62 | 20 | 273 | 111 | 133 | 0 | 33 | 374 | 124 | 50 |
| Binary | 110010 | 10000 | 10111011 | 1001001 | 1011011 | 0 | 11011 | 11111100 | 1010100 | 101000 |
Color Harmonies of #3210BB
Complementary color
Monochromatic Colors of #3210BB
Black with #3210BB
Text Example
Text Example
White with #3210BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3210BB; }
p { color: rgb(50,16,187); }
H1.HeaderClassName
{
color: #3210BB;
}
.AnyTagClassName
{
color: #3210BB;
}
</style>
background-color css
<style>
a { background-color: #3210BB; }
a { background-color: rgb(50,16,187); }
div.DivClassName
{
background-color: #3210BB;
}
.BgClassName
{
background-color: #3210BB;
}
</style>
border-color css
<style>
span { border-color: #3210BB; }
span { border-color: rgb(50,16,187); }
td.TdClassName
{
border-color: #3210BB;
}
.TagClassName
{
border-color: #3210BB;
}
</style>