Shades of Ultramarine #320CBC
Tints of Ultramarine #320CBC
RGB
CMYK
RGB Variations
Color information
#320CBC (or 0x320CBC) is known color: Ultramarine. HEX triplet: 32, 0C and BC. RGB value is (50,12,188). Sum of RGB (Red+Green+Blue) = 50+12+188=250 (33% of max value = 765). Red value is 50 (19.92% from 255 or 20% from 250); Green value is 12 (5.08% from 255 or 4.8% from 250); Blue value is 188 (73.83% from 255 or 75.2% from 250); Max value from RGB is 188 - color contains mainly: blue. Hex color #320CBC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #320CBC is #CDF343. Grayscale: #2A2A2A. Windows color (decimal): -13497156 or 12323890. OLE color: 12323890.
HSL color Cylindrical-coordinate representation of color #320CBC: hue angle of 252.95º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #320CBC is Cyan = 0.73, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 50 | 12 | 188 | - |
| CMYK | 0.73 | 0.94 | 0 | 0.26 |
| HSL | 252.95º | 0.88% | 0.39% | - |
| HSV(B) | 252.95º | 0.94% | 0.74% | - |
| XYZ | 10.52 | 4.57 | 47.9 | - |
| YUV | 43.43 | 209.59 | 132.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 12 | 188 | 0.73 | 0.94 | 0 | 0.26 | 252.95 | 0.88 | 0.39 |
| Hex | 32 | C | BC | 49 | 5E | 0 | 1A | FD | 58 | 27 |
| Octal | 62 | 14 | 274 | 111 | 136 | 0 | 32 | 375 | 130 | 47 |
| Binary | 110010 | 1100 | 10111100 | 1001001 | 1011110 | 0 | 11010 | 11111101 | 1011000 | 100111 |
Color Harmonies of #320CBC
Complementary color
Monochromatic Colors of #320CBC
Black with #320CBC
Text Example
Text Example
White with #320CBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #320CBC; }
p { color: rgb(50,12,188); }
H1.HeaderClassName
{
color: #320CBC;
}
.AnyTagClassName
{
color: #320CBC;
}
</style>
background-color css
<style>
a { background-color: #320CBC; }
a { background-color: rgb(50,12,188); }
div.DivClassName
{
background-color: #320CBC;
}
.BgClassName
{
background-color: #320CBC;
}
</style>
border-color css
<style>
span { border-color: #320CBC; }
span { border-color: rgb(50,12,188); }
td.TdClassName
{
border-color: #320CBC;
}
.TagClassName
{
border-color: #320CBC;
}
</style>