Shades of Ultramarine #320AAB
Tints of Ultramarine #320AAB
RGB
CMYK
RGB Variations
Color information
#320AAB (or 0x320AAB) is known color: Ultramarine. HEX triplet: 32, 0A and AB. RGB value is (50,10,171). Sum of RGB (Red+Green+Blue) = 50+10+171=231 (30% of max value = 765). Red value is 50 (19.92% from 255 or 21.65% from 231); Green value is 10 (4.30% from 255 or 4.33% from 231); Blue value is 171 (67.19% from 255 or 74.03% from 231); Max value from RGB is 171 - color contains mainly: blue. Hex color #320AAB is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #320AAB is #CDF554. Grayscale: #272727. Windows color (decimal): -13497685 or 11209266. OLE color: 11209266.
HSL color Cylindrical-coordinate representation of color #320AAB: hue angle of 254.91º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #320AAB is Cyan = 0.71, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 50 | 10 | 171 | - |
| CMYK | 0.71 | 0.94 | 0 | 0.33 |
| HSL | 254.91º | 0.89% | 0.35% | - |
| HSV(B) | 254.91º | 0.94% | 0.67% | - |
| XYZ | 8.77 | 3.84 | 38.81 | - |
| YUV | 40.31 | 201.75 | 134.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 10 | 171 | 0.71 | 0.94 | 0 | 0.33 | 254.91 | 0.89 | 0.35 |
| Hex | 32 | A | AB | 47 | 5E | 0 | 21 | FF | 59 | 23 |
| Octal | 62 | 12 | 253 | 107 | 136 | 0 | 41 | 377 | 131 | 43 |
| Binary | 110010 | 1010 | 10101011 | 1000111 | 1011110 | 0 | 100001 | 11111111 | 1011001 | 100011 |
Color Harmonies of #320AAB
Complementary color
Monochromatic Colors of #320AAB
Black with #320AAB
Text Example
Text Example
White with #320AAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #320AAB; }
p { color: rgb(50,10,171); }
H1.HeaderClassName
{
color: #320AAB;
}
.AnyTagClassName
{
color: #320AAB;
}
</style>
background-color css
<style>
a { background-color: #320AAB; }
a { background-color: rgb(50,10,171); }
div.DivClassName
{
background-color: #320AAB;
}
.BgClassName
{
background-color: #320AAB;
}
</style>
border-color css
<style>
span { border-color: #320AAB; }
span { border-color: rgb(50,10,171); }
td.TdClassName
{
border-color: #320AAB;
}
.TagClassName
{
border-color: #320AAB;
}
</style>