Shades of Ultramarine #321AAE
Tints of Ultramarine #321AAE
RGB
CMYK
RGB Variations
Color information
#321AAE (or 0x321AAE) is known color: Ultramarine. HEX triplet: 32, 1A and AE. RGB value is (50,26,174). Sum of RGB (Red+Green+Blue) = 50+26+174=250 (33% of max value = 765). Red value is 50 (19.92% from 255 or 20% from 250); Green value is 26 (10.55% from 255 or 10.4% from 250); Blue value is 174 (68.36% from 255 or 69.6% from 250); Max value from RGB is 174 - color contains mainly: blue. Hex color #321AAE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #321AAE is #CDE551. Grayscale: #313131. Windows color (decimal): -13493586 or 11409970. OLE color: 11409970.
HSL color Cylindrical-coordinate representation of color #321AAE: hue angle of 249.73º degrees, saturation: 0.74, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #321AAE is Cyan = 0.71, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 50 | 26 | 174 | - |
| CMYK | 0.71 | 0.85 | 0 | 0.32 |
| HSL | 249.73º | 0.74% | 0.39% | - |
| HSV(B) | 249.73º | 0.85% | 0.68% | - |
| XYZ | 9.32 | 4.47 | 40.42 | - |
| YUV | 50.05 | 197.95 | 127.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 26 | 174 | 0.71 | 0.85 | 0 | 0.32 | 249.73 | 0.74 | 0.39 |
| Hex | 32 | 1A | AE | 47 | 55 | 0 | 20 | FA | 4A | 27 |
| Octal | 62 | 32 | 256 | 107 | 125 | 0 | 40 | 372 | 112 | 47 |
| Binary | 110010 | 11010 | 10101110 | 1000111 | 1010101 | 0 | 100000 | 11111010 | 1001010 | 100111 |
Color Harmonies of #321AAE
Complementary color
Monochromatic Colors of #321AAE
Black with #321AAE
Text Example
Text Example
White with #321AAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #321AAE; }
p { color: rgb(50,26,174); }
H1.HeaderClassName
{
color: #321AAE;
}
.AnyTagClassName
{
color: #321AAE;
}
</style>
background-color css
<style>
a { background-color: #321AAE; }
a { background-color: rgb(50,26,174); }
div.DivClassName
{
background-color: #321AAE;
}
.BgClassName
{
background-color: #321AAE;
}
</style>
border-color css
<style>
span { border-color: #321AAE; }
span { border-color: rgb(50,26,174); }
td.TdClassName
{
border-color: #321AAE;
}
.TagClassName
{
border-color: #321AAE;
}
</style>