Shades of Ultramarine #320ABB
Tints of Ultramarine #320ABB
RGB
CMYK
RGB Variations
Color information
#320ABB (or 0x320ABB) is known color: Ultramarine. HEX triplet: 32, 0A and BB. RGB value is (50,10,187). Sum of RGB (Red+Green+Blue) = 50+10+187=247 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.24% from 247); Green value is 10 (4.30% from 255 or 4.05% from 247); Blue value is 187 (73.44% from 255 or 75.71% from 247); Max value from RGB is 187 - color contains mainly: blue. Hex color #320ABB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #320ABB is #CDF544. Grayscale: #292929. Windows color (decimal): -13497669 or 12257842. OLE color: 12257842.
HSL color Cylindrical-coordinate representation of color #320ABB: hue angle of 253.56º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #320ABB is Cyan = 0.73, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 50 | 10 | 187 | - |
| CMYK | 0.73 | 0.95 | 0 | 0.27 |
| HSL | 253.56º | 0.9% | 0.39% | - |
| HSV(B) | 253.56º | 0.95% | 0.73% | - |
| XYZ | 10.39 | 4.48 | 47.33 | - |
| YUV | 42.14 | 209.75 | 133.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 10 | 187 | 0.73 | 0.95 | 0 | 0.27 | 253.56 | 0.9 | 0.39 |
| Hex | 32 | A | BB | 49 | 5F | 0 | 1B | FE | 5A | 27 |
| Octal | 62 | 12 | 273 | 111 | 137 | 0 | 33 | 376 | 132 | 47 |
| Binary | 110010 | 1010 | 10111011 | 1001001 | 1011111 | 0 | 11011 | 11111110 | 1011010 | 100111 |
Color Harmonies of #320ABB
Complementary color
Monochromatic Colors of #320ABB
Black with #320ABB
Text Example
Text Example
White with #320ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #320ABB; }
p { color: rgb(50,10,187); }
H1.HeaderClassName
{
color: #320ABB;
}
.AnyTagClassName
{
color: #320ABB;
}
</style>
background-color css
<style>
a { background-color: #320ABB; }
a { background-color: rgb(50,10,187); }
div.DivClassName
{
background-color: #320ABB;
}
.BgClassName
{
background-color: #320ABB;
}
</style>
border-color css
<style>
span { border-color: #320ABB; }
span { border-color: rgb(50,10,187); }
td.TdClassName
{
border-color: #320ABB;
}
.TagClassName
{
border-color: #320ABB;
}
</style>