Shades of Ultramarine #321AAF
Tints of Ultramarine #321AAF
RGB
CMYK
RGB Variations
Color information
#321AAF (or 0x321AAF) is known color: Ultramarine. HEX triplet: 32, 1A and AF. RGB value is (50,26,175). Sum of RGB (Red+Green+Blue) = 50+26+175=251 (33% of max value = 765). Red value is 50 (19.92% from 255 or 19.92% from 251); Green value is 26 (10.55% from 255 or 10.36% from 251); Blue value is 175 (68.75% from 255 or 69.72% from 251); Max value from RGB is 175 - color contains mainly: blue. Hex color #321AAF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #321AAF is #CDE550. Grayscale: #313131. Windows color (decimal): -13493585 or 11475506. OLE color: 11475506.
HSL color Cylindrical-coordinate representation of color #321AAF: hue angle of 249.66º degrees, saturation: 0.74, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #321AAF is Cyan = 0.71, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 50 | 26 | 175 | - |
| CMYK | 0.71 | 0.85 | 0 | 0.31 |
| HSL | 249.66º | 0.74% | 0.39% | - |
| HSV(B) | 249.66º | 0.85% | 0.69% | - |
| XYZ | 9.42 | 4.51 | 40.93 | - |
| YUV | 50.16 | 198.45 | 127.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 26 | 175 | 0.71 | 0.85 | 0 | 0.31 | 249.66 | 0.74 | 0.39 |
| Hex | 32 | 1A | AF | 47 | 55 | 0 | 1F | FA | 4A | 27 |
| Octal | 62 | 32 | 257 | 107 | 125 | 0 | 37 | 372 | 112 | 47 |
| Binary | 110010 | 11010 | 10101111 | 1000111 | 1010101 | 0 | 11111 | 11111010 | 1001010 | 100111 |
Color Harmonies of #321AAF
Complementary color
Monochromatic Colors of #321AAF
Black with #321AAF
Text Example
Text Example
White with #321AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #321AAF; }
p { color: rgb(50,26,175); }
H1.HeaderClassName
{
color: #321AAF;
}
.AnyTagClassName
{
color: #321AAF;
}
</style>
background-color css
<style>
a { background-color: #321AAF; }
a { background-color: rgb(50,26,175); }
div.DivClassName
{
background-color: #321AAF;
}
.BgClassName
{
background-color: #321AAF;
}
</style>
border-color css
<style>
span { border-color: #321AAF; }
span { border-color: rgb(50,26,175); }
td.TdClassName
{
border-color: #321AAF;
}
.TagClassName
{
border-color: #321AAF;
}
</style>