Shades of Ultramarine #320BBB
Tints of Ultramarine #320BBB
RGB
CMYK
RGB Variations
Color information
#320BBB (or 0x320BBB) is known color: Ultramarine. HEX triplet: 32, 0B and BB. RGB value is (50,11,187). Sum of RGB (Red+Green+Blue) = 50+11+187=248 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.16% from 248); Green value is 11 (4.69% from 255 or 4.44% from 248); Blue value is 187 (73.44% from 255 or 75.40% from 248); Max value from RGB is 187 - color contains mainly: blue. Hex color #320BBB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #320BBB is #CDF444. Grayscale: #2A2A2A. Windows color (decimal): -13497413 or 12258098. OLE color: 12258098.
HSL color Cylindrical-coordinate representation of color #320BBB: hue angle of 253.3º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #320BBB is Cyan = 0.73, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 50 | 11 | 187 | - |
| CMYK | 0.73 | 0.94 | 0 | 0.27 |
| HSL | 253.3º | 0.89% | 0.39% | - |
| HSV(B) | 253.3º | 0.94% | 0.73% | - |
| XYZ | 10.4 | 4.51 | 47.33 | - |
| YUV | 42.73 | 209.42 | 133.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 11 | 187 | 0.73 | 0.94 | 0 | 0.27 | 253.3 | 0.89 | 0.39 |
| Hex | 32 | B | BB | 49 | 5E | 0 | 1B | FD | 59 | 27 |
| Octal | 62 | 13 | 273 | 111 | 136 | 0 | 33 | 375 | 131 | 47 |
| Binary | 110010 | 1011 | 10111011 | 1001001 | 1011110 | 0 | 11011 | 11111101 | 1011001 | 100111 |
Color Harmonies of #320BBB
Complementary color
Monochromatic Colors of #320BBB
Black with #320BBB
Text Example
Text Example
White with #320BBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #320BBB; }
p { color: rgb(50,11,187); }
H1.HeaderClassName
{
color: #320BBB;
}
.AnyTagClassName
{
color: #320BBB;
}
</style>
background-color css
<style>
a { background-color: #320BBB; }
a { background-color: rgb(50,11,187); }
div.DivClassName
{
background-color: #320BBB;
}
.BgClassName
{
background-color: #320BBB;
}
</style>
border-color css
<style>
span { border-color: #320BBB; }
span { border-color: rgb(50,11,187); }
td.TdClassName
{
border-color: #320BBB;
}
.TagClassName
{
border-color: #320BBB;
}
</style>