Shades of Ultramarine #320CBB
Tints of Ultramarine #320CBB
RGB
CMYK
RGB Variations
Color information
#320CBB (or 0x320CBB) is known color: Ultramarine. HEX triplet: 32, 0C and BB. RGB value is (50,12,187). Sum of RGB (Red+Green+Blue) = 50+12+187=249 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.08% from 249); Green value is 12 (5.08% from 255 or 4.82% from 249); Blue value is 187 (73.44% from 255 or 75.10% from 249); Max value from RGB is 187 - color contains mainly: blue. Hex color #320CBB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #320CBB is #CDF344. Grayscale: #2A2A2A. Windows color (decimal): -13497157 or 12258354. OLE color: 12258354.
HSL color Cylindrical-coordinate representation of color #320CBB: hue angle of 253.03º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #320CBB is Cyan = 0.73, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 50 | 12 | 187 | - |
| CMYK | 0.73 | 0.94 | 0 | 0.27 |
| HSL | 253.03º | 0.88% | 0.39% | - |
| HSV(B) | 253.03º | 0.94% | 0.73% | - |
| XYZ | 10.42 | 4.53 | 47.34 | - |
| YUV | 43.31 | 209.09 | 132.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 12 | 187 | 0.73 | 0.94 | 0 | 0.27 | 253.03 | 0.88 | 0.39 |
| Hex | 32 | C | BB | 49 | 5E | 0 | 1B | FD | 58 | 27 |
| Octal | 62 | 14 | 273 | 111 | 136 | 0 | 33 | 375 | 130 | 47 |
| Binary | 110010 | 1100 | 10111011 | 1001001 | 1011110 | 0 | 11011 | 11111101 | 1011000 | 100111 |
Color Harmonies of #320CBB
Complementary color
Monochromatic Colors of #320CBB
Black with #320CBB
Text Example
Text Example
White with #320CBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #320CBB; }
p { color: rgb(50,12,187); }
H1.HeaderClassName
{
color: #320CBB;
}
.AnyTagClassName
{
color: #320CBB;
}
</style>
background-color css
<style>
a { background-color: #320CBB; }
a { background-color: rgb(50,12,187); }
div.DivClassName
{
background-color: #320CBB;
}
.BgClassName
{
background-color: #320CBB;
}
</style>
border-color css
<style>
span { border-color: #320CBB; }
span { border-color: rgb(50,12,187); }
td.TdClassName
{
border-color: #320CBB;
}
.TagClassName
{
border-color: #320CBB;
}
</style>