Shades of Ultramarine #320CB0
Tints of Ultramarine #320CB0
RGB
CMYK
RGB Variations
Color information
#320CB0 (or 0x320CB0) is known color: Ultramarine. HEX triplet: 32, 0C and B0. RGB value is (50,12,176). Sum of RGB (Red+Green+Blue) = 50+12+176=238 (31% of max value = 765). Red value is 50 (19.92% from 255 or 21.01% from 238); Green value is 12 (5.08% from 255 or 5.04% from 238); Blue value is 176 (69.14% from 255 or 73.95% from 238); Max value from RGB is 176 - color contains mainly: blue. Hex color #320CB0 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #320CB0 is #CDF34F. Grayscale: #292929. Windows color (decimal): -13497168 or 11537458. OLE color: 11537458.
HSL color Cylindrical-coordinate representation of color #320CB0: hue angle of 253.9º degrees, saturation: 0.87, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #320CB0 is Cyan = 0.72, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 50 | 12 | 176 | - |
| CMYK | 0.72 | 0.93 | 0 | 0.31 |
| HSL | 253.9º | 0.87% | 0.37% | - |
| HSV(B) | 253.9º | 0.93% | 0.69% | - |
| XYZ | 9.28 | 4.08 | 41.37 | - |
| YUV | 42.06 | 203.59 | 133.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 12 | 176 | 0.72 | 0.93 | 0 | 0.31 | 253.9 | 0.87 | 0.37 |
| Hex | 32 | C | B0 | 48 | 5D | 0 | 1F | FE | 57 | 25 |
| Octal | 62 | 14 | 260 | 110 | 135 | 0 | 37 | 376 | 127 | 45 |
| Binary | 110010 | 1100 | 10110000 | 1001000 | 1011101 | 0 | 11111 | 11111110 | 1010111 | 100101 |
Color Harmonies of #320CB0
Complementary color
Monochromatic Colors of #320CB0
Black with #320CB0
Text Example
Text Example
White with #320CB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #320CB0; }
p { color: rgb(50,12,176); }
H1.HeaderClassName
{
color: #320CB0;
}
.AnyTagClassName
{
color: #320CB0;
}
</style>
background-color css
<style>
a { background-color: #320CB0; }
a { background-color: rgb(50,12,176); }
div.DivClassName
{
background-color: #320CB0;
}
.BgClassName
{
background-color: #320CB0;
}
</style>
border-color css
<style>
span { border-color: #320CB0; }
span { border-color: rgb(50,12,176); }
td.TdClassName
{
border-color: #320CB0;
}
.TagClassName
{
border-color: #320CB0;
}
</style>