Shades of Ultramarine #320CB3
Tints of Ultramarine #320CB3
RGB
CMYK
RGB Variations
Color information
#320CB3 (or 0x320CB3) is known color: Ultramarine. HEX triplet: 32, 0C and B3. RGB value is (50,12,179). Sum of RGB (Red+Green+Blue) = 50+12+179=241 (31% of max value = 765). Red value is 50 (19.92% from 255 or 20.75% from 241); Green value is 12 (5.08% from 255 or 4.98% from 241); Blue value is 179 (70.31% from 255 or 74.27% from 241); Max value from RGB is 179 - color contains mainly: blue. Hex color #320CB3 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #320CB3 is #CDF34C. Grayscale: #292929. Windows color (decimal): -13497165 or 11734066. OLE color: 11734066.
HSL color Cylindrical-coordinate representation of color #320CB3: hue angle of 253.65º degrees, saturation: 0.87, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #320CB3 is Cyan = 0.72, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 50 | 12 | 179 | - |
| CMYK | 0.72 | 0.93 | 0 | 0.30 |
| HSL | 253.65º | 0.87% | 0.37% | - |
| HSV(B) | 253.65º | 0.93% | 0.7% | - |
| XYZ | 9.58 | 4.2 | 42.95 | - |
| YUV | 42.4 | 205.09 | 133.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 12 | 179 | 0.72 | 0.93 | 0 | 0.30 | 253.65 | 0.87 | 0.37 |
| Hex | 32 | C | B3 | 48 | 5D | 0 | 1E | FE | 57 | 25 |
| Octal | 62 | 14 | 263 | 110 | 135 | 0 | 36 | 376 | 127 | 45 |
| Binary | 110010 | 1100 | 10110011 | 1001000 | 1011101 | 0 | 11110 | 11111110 | 1010111 | 100101 |
Color Harmonies of #320CB3
Complementary color
Monochromatic Colors of #320CB3
Black with #320CB3
Text Example
Text Example
White with #320CB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #320CB3; }
p { color: rgb(50,12,179); }
H1.HeaderClassName
{
color: #320CB3;
}
.AnyTagClassName
{
color: #320CB3;
}
</style>
background-color css
<style>
a { background-color: #320CB3; }
a { background-color: rgb(50,12,179); }
div.DivClassName
{
background-color: #320CB3;
}
.BgClassName
{
background-color: #320CB3;
}
</style>
border-color css
<style>
span { border-color: #320CB3; }
span { border-color: rgb(50,12,179); }
td.TdClassName
{
border-color: #320CB3;
}
.TagClassName
{
border-color: #320CB3;
}
</style>