Shades of Ultramarine #320AAA
Tints of Ultramarine #320AAA
RGB
CMYK
RGB Variations
Color information
#320AAA (or 0x320AAA) is known color: Ultramarine. HEX triplet: 32, 0A and AA. RGB value is (50,10,170). Sum of RGB (Red+Green+Blue) = 50+10+170=230 (30% of max value = 765). Red value is 50 (19.92% from 255 or 21.74% from 230); Green value is 10 (4.30% from 255 or 4.35% from 230); Blue value is 170 (66.80% from 255 or 73.91% from 230); Max value from RGB is 170 - color contains mainly: blue. Hex color #320AAA is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #320AAA is #CDF555. Grayscale: #272727. Windows color (decimal): -13497686 or 11143730. OLE color: 11143730.
HSL color Cylindrical-coordinate representation of color #320AAA: hue angle of 255º 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 #320AAA is Cyan = 0.71, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 50 | 10 | 170 | - |
| CMYK | 0.71 | 0.94 | 0 | 0.33 |
| HSL | 255º | 0.89% | 0.35% | - |
| HSV(B) | 255º | 0.94% | 0.67% | - |
| XYZ | 8.68 | 3.8 | 38.31 | - |
| YUV | 40.2 | 201.25 | 134.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 10 | 170 | 0.71 | 0.94 | 0 | 0.33 | 255 | 0.89 | 0.35 |
| Hex | 32 | A | AA | 47 | 5E | 0 | 21 | FF | 59 | 23 |
| Octal | 62 | 12 | 252 | 107 | 136 | 0 | 41 | 377 | 131 | 43 |
| Binary | 110010 | 1010 | 10101010 | 1000111 | 1011110 | 0 | 100001 | 11111111 | 1011001 | 100011 |
Color Harmonies of #320AAA
Complementary color
Monochromatic Colors of #320AAA
Black with #320AAA
Text Example
Text Example
White with #320AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #320AAA; }
p { color: rgb(50,10,170); }
H1.HeaderClassName
{
color: #320AAA;
}
.AnyTagClassName
{
color: #320AAA;
}
</style>
background-color css
<style>
a { background-color: #320AAA; }
a { background-color: rgb(50,10,170); }
div.DivClassName
{
background-color: #320AAA;
}
.BgClassName
{
background-color: #320AAA;
}
</style>
border-color css
<style>
span { border-color: #320AAA; }
span { border-color: rgb(50,10,170); }
td.TdClassName
{
border-color: #320AAA;
}
.TagClassName
{
border-color: #320AAA;
}
</style>