Shades of Ultramarine #320FB4
Tints of Ultramarine #320FB4
RGB
CMYK
RGB Variations
Color information
#320FB4 (or 0x320FB4) is known color: Ultramarine. HEX triplet: 32, 0F and B4. RGB value is (50,15,180). Sum of RGB (Red+Green+Blue) = 50+15+180=245 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.41% from 245); Green value is 15 (6.25% from 255 or 6.12% from 245); Blue value is 180 (70.70% from 255 or 73.47% from 245); Max value from RGB is 180 - color contains mainly: blue. Hex color #320FB4 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #320FB4 is #CDF04B. Grayscale: #2B2B2B. Windows color (decimal): -13496396 or 11800370. OLE color: 11800370.
HSL color Cylindrical-coordinate representation of color #320FB4: hue angle of 252.73º degrees, saturation: 0.85, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #320FB4 is Cyan = 0.72, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 50 | 15 | 180 | - |
| CMYK | 0.72 | 0.92 | 0 | 0.29 |
| HSL | 252.73º | 0.85% | 0.38% | - |
| HSV(B) | 252.73º | 0.92% | 0.71% | - |
| XYZ | 9.72 | 4.32 | 43.5 | - |
| YUV | 44.28 | 204.6 | 132.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 15 | 180 | 0.72 | 0.92 | 0 | 0.29 | 252.73 | 0.85 | 0.38 |
| Hex | 32 | F | B4 | 48 | 5C | 0 | 1D | FD | 55 | 26 |
| Octal | 62 | 17 | 264 | 110 | 134 | 0 | 35 | 375 | 125 | 46 |
| Binary | 110010 | 1111 | 10110100 | 1001000 | 1011100 | 0 | 11101 | 11111101 | 1010101 | 100110 |
Color Harmonies of #320FB4
Complementary color
Monochromatic Colors of #320FB4
Black with #320FB4
Text Example
Text Example
White with #320FB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #320FB4; }
p { color: rgb(50,15,180); }
H1.HeaderClassName
{
color: #320FB4;
}
.AnyTagClassName
{
color: #320FB4;
}
</style>
background-color css
<style>
a { background-color: #320FB4; }
a { background-color: rgb(50,15,180); }
div.DivClassName
{
background-color: #320FB4;
}
.BgClassName
{
background-color: #320FB4;
}
</style>
border-color css
<style>
span { border-color: #320FB4; }
span { border-color: rgb(50,15,180); }
td.TdClassName
{
border-color: #320FB4;
}
.TagClassName
{
border-color: #320FB4;
}
</style>