Shades of Ultramarine #320AA3
Tints of Ultramarine #320AA3
RGB
CMYK
RGB Variations
Color information
#320AA3 (or 0x320AA3) is known color: Ultramarine. HEX triplet: 32, 0A and A3. RGB value is (50,10,163). Sum of RGB (Red+Green+Blue) = 50+10+163=223 (29% of max value = 765). Red value is 50 (19.92% from 255 or 22.42% from 223); Green value is 10 (4.30% from 255 or 4.48% from 223); Blue value is 163 (64.06% from 255 or 73.09% from 223); Max value from RGB is 163 - color contains mainly: blue. Hex color #320AA3 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #320AA3 is #CDF55C. Grayscale: #262626. Windows color (decimal): -13497693 or 10684978. OLE color: 10684978.
HSL color Cylindrical-coordinate representation of color #320AA3: hue angle of 255.69º degrees, saturation: 0.88, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #320AA3 is Cyan = 0.69, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 50 | 10 | 163 | - |
| CMYK | 0.69 | 0.94 | 0 | 0.36 |
| HSL | 255.69º | 0.88% | 0.34% | - |
| HSV(B) | 255.69º | 0.94% | 0.64% | - |
| XYZ | 8.03 | 3.54 | 34.91 | - |
| YUV | 39.4 | 197.75 | 135.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 10 | 163 | 0.69 | 0.94 | 0 | 0.36 | 255.69 | 0.88 | 0.34 |
| Hex | 32 | A | A3 | 45 | 5E | 0 | 24 | 100 | 58 | 22 |
| Octal | 62 | 12 | 243 | 105 | 136 | 0 | 44 | 400 | 130 | 42 |
| Binary | 110010 | 1010 | 10100011 | 1000101 | 1011110 | 0 | 100100 | 100000000 | 1011000 | 100010 |
Color Harmonies of #320AA3
Complementary color
Monochromatic Colors of #320AA3
Black with #320AA3
Text Example
Text Example
White with #320AA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #320AA3; }
p { color: rgb(50,10,163); }
H1.HeaderClassName
{
color: #320AA3;
}
.AnyTagClassName
{
color: #320AA3;
}
</style>
background-color css
<style>
a { background-color: #320AA3; }
a { background-color: rgb(50,10,163); }
div.DivClassName
{
background-color: #320AA3;
}
.BgClassName
{
background-color: #320AA3;
}
</style>
border-color css
<style>
span { border-color: #320AA3; }
span { border-color: rgb(50,10,163); }
td.TdClassName
{
border-color: #320AA3;
}
.TagClassName
{
border-color: #320AA3;
}
</style>