Shades of Ultramarine #320BB7
Tints of Ultramarine #320BB7
RGB
CMYK
RGB Variations
Color information
#320BB7 (or 0x320BB7) is known color: Ultramarine. HEX triplet: 32, 0B and B7. RGB value is (50,11,183). Sum of RGB (Red+Green+Blue) = 50+11+183=244 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.49% from 244); Green value is 11 (4.69% from 255 or 4.51% from 244); Blue value is 183 (71.88% from 255 or 75% from 244); Max value from RGB is 183 - color contains mainly: blue. Hex color #320BB7 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #320BB7 is #CDF448. Grayscale: #292929. Windows color (decimal): -13497417 or 11995954. OLE color: 11995954.
HSL color Cylindrical-coordinate representation of color #320BB7: hue angle of 253.6º degrees, saturation: 0.89, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #320BB7 is Cyan = 0.73, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 50 | 11 | 183 | - |
| CMYK | 0.73 | 0.94 | 0 | 0.28 |
| HSL | 253.6º | 0.89% | 0.38% | - |
| HSV(B) | 253.6º | 0.94% | 0.72% | - |
| XYZ | 9.98 | 4.34 | 45.11 | - |
| YUV | 42.27 | 207.42 | 133.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 11 | 183 | 0.73 | 0.94 | 0 | 0.28 | 253.6 | 0.89 | 0.38 |
| Hex | 32 | B | B7 | 49 | 5E | 0 | 1C | FE | 59 | 26 |
| Octal | 62 | 13 | 267 | 111 | 136 | 0 | 34 | 376 | 131 | 46 |
| Binary | 110010 | 1011 | 10110111 | 1001001 | 1011110 | 0 | 11100 | 11111110 | 1011001 | 100110 |
Color Harmonies of #320BB7
Complementary color
Monochromatic Colors of #320BB7
Black with #320BB7
Text Example
Text Example
White with #320BB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #320BB7; }
p { color: rgb(50,11,183); }
H1.HeaderClassName
{
color: #320BB7;
}
.AnyTagClassName
{
color: #320BB7;
}
</style>
background-color css
<style>
a { background-color: #320BB7; }
a { background-color: rgb(50,11,183); }
div.DivClassName
{
background-color: #320BB7;
}
.BgClassName
{
background-color: #320BB7;
}
</style>
border-color css
<style>
span { border-color: #320BB7; }
span { border-color: rgb(50,11,183); }
td.TdClassName
{
border-color: #320BB7;
}
.TagClassName
{
border-color: #320BB7;
}
</style>