Shades of Ultramarine #320BB3
Tints of Ultramarine #320BB3
RGB
CMYK
RGB Variations
Color information
#320BB3 (or 0x320BB3) is known color: Ultramarine. HEX triplet: 32, 0B and B3. RGB value is (50,11,179). Sum of RGB (Red+Green+Blue) = 50+11+179=240 (31% of max value = 765). Red value is 50 (19.92% from 255 or 20.83% from 240); Green value is 11 (4.69% from 255 or 4.58% from 240); Blue value is 179 (70.31% from 255 or 74.58% from 240); Max value from RGB is 179 - color contains mainly: blue. Hex color #320BB3 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #320BB3 is #CDF44C. Grayscale: #292929. Windows color (decimal): -13497421 or 11733810. OLE color: 11733810.
HSL color Cylindrical-coordinate representation of color #320BB3: hue angle of 253.93º degrees, saturation: 0.88, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #320BB3 is Cyan = 0.72, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 50 | 11 | 179 | - |
| CMYK | 0.72 | 0.94 | 0 | 0.30 |
| HSL | 253.93º | 0.88% | 0.37% | - |
| HSV(B) | 253.93º | 0.94% | 0.7% | - |
| XYZ | 9.57 | 4.17 | 42.95 | - |
| YUV | 41.81 | 205.42 | 133.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 11 | 179 | 0.72 | 0.94 | 0 | 0.30 | 253.93 | 0.88 | 0.37 |
| Hex | 32 | B | B3 | 48 | 5E | 0 | 1E | FE | 58 | 25 |
| Octal | 62 | 13 | 263 | 110 | 136 | 0 | 36 | 376 | 130 | 45 |
| Binary | 110010 | 1011 | 10110011 | 1001000 | 1011110 | 0 | 11110 | 11111110 | 1011000 | 100101 |
Color Harmonies of #320BB3
Complementary color
Monochromatic Colors of #320BB3
Black with #320BB3
Text Example
Text Example
White with #320BB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #320BB3; }
p { color: rgb(50,11,179); }
H1.HeaderClassName
{
color: #320BB3;
}
.AnyTagClassName
{
color: #320BB3;
}
</style>
background-color css
<style>
a { background-color: #320BB3; }
a { background-color: rgb(50,11,179); }
div.DivClassName
{
background-color: #320BB3;
}
.BgClassName
{
background-color: #320BB3;
}
</style>
border-color css
<style>
span { border-color: #320BB3; }
span { border-color: rgb(50,11,179); }
td.TdClassName
{
border-color: #320BB3;
}
.TagClassName
{
border-color: #320BB3;
}
</style>