Shades of Ultramarine #320CAA
Tints of Ultramarine #320CAA
RGB
CMYK
RGB Variations
Color information
#320CAA (or 0x320CAA) is known color: Ultramarine. HEX triplet: 32, 0C and AA. RGB value is (50,12,170). Sum of RGB (Red+Green+Blue) = 50+12+170=232 (30% of max value = 765). Red value is 50 (19.92% from 255 or 21.55% from 232); Green value is 12 (5.08% from 255 or 5.17% from 232); Blue value is 170 (66.80% from 255 or 73.28% from 232); Max value from RGB is 170 - color contains mainly: blue. Hex color #320CAA is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #320CAA is #CDF355. Grayscale: #282828. Windows color (decimal): -13497174 or 11144242. OLE color: 11144242.
HSL color Cylindrical-coordinate representation of color #320CAA: hue angle of 254.43º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #320CAA is Cyan = 0.71, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 50 | 12 | 170 | - |
| CMYK | 0.71 | 0.93 | 0 | 0.33 |
| HSL | 254.43º | 0.87% | 0.36% | - |
| HSV(B) | 254.43º | 0.93% | 0.67% | - |
| XYZ | 8.7 | 3.84 | 38.31 | - |
| YUV | 41.37 | 200.59 | 134.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 12 | 170 | 0.71 | 0.93 | 0 | 0.33 | 254.43 | 0.87 | 0.36 |
| Hex | 32 | C | AA | 47 | 5D | 0 | 21 | FE | 57 | 24 |
| Octal | 62 | 14 | 252 | 107 | 135 | 0 | 41 | 376 | 127 | 44 |
| Binary | 110010 | 1100 | 10101010 | 1000111 | 1011101 | 0 | 100001 | 11111110 | 1010111 | 100100 |
Color Harmonies of #320CAA
Complementary color
Monochromatic Colors of #320CAA
Black with #320CAA
Text Example
Text Example
White with #320CAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #320CAA; }
p { color: rgb(50,12,170); }
H1.HeaderClassName
{
color: #320CAA;
}
.AnyTagClassName
{
color: #320CAA;
}
</style>
background-color css
<style>
a { background-color: #320CAA; }
a { background-color: rgb(50,12,170); }
div.DivClassName
{
background-color: #320CAA;
}
.BgClassName
{
background-color: #320CAA;
}
</style>
border-color css
<style>
span { border-color: #320CAA; }
span { border-color: rgb(50,12,170); }
td.TdClassName
{
border-color: #320CAA;
}
.TagClassName
{
border-color: #320CAA;
}
</style>