Shades of Ultramarine #321DAA
Tints of Ultramarine #321DAA
RGB
CMYK
RGB Variations
Color information
#321DAA (or 0x321DAA) is known color: Ultramarine. HEX triplet: 32, 1D and AA. RGB value is (50,29,170). Sum of RGB (Red+Green+Blue) = 50+29+170=249 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.08% from 249); Green value is 29 (11.72% from 255 or 11.65% from 249); Blue value is 170 (66.80% from 255 or 68.27% from 249); Max value from RGB is 170 - color contains mainly: blue. Hex color #321DAA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #321DAA is #CDE255. Grayscale: #323232. Windows color (decimal): -13492822 or 11148594. OLE color: 11148594.
HSL color Cylindrical-coordinate representation of color #321DAA: hue angle of 248.94º degrees, saturation: 0.71, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #321DAA is Cyan = 0.71, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 50 | 29 | 170 | - |
| CMYK | 0.71 | 0.83 | 0 | 0.33 |
| HSL | 248.94º | 0.71% | 0.39% | - |
| HSV(B) | 248.94º | 0.83% | 0.67% | - |
| XYZ | 9.01 | 4.46 | 38.42 | - |
| YUV | 51.35 | 194.96 | 127.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 29 | 170 | 0.71 | 0.83 | 0 | 0.33 | 248.94 | 0.71 | 0.39 |
| Hex | 32 | 1D | AA | 47 | 53 | 0 | 21 | F9 | 47 | 27 |
| Octal | 62 | 35 | 252 | 107 | 123 | 0 | 41 | 371 | 107 | 47 |
| Binary | 110010 | 11101 | 10101010 | 1000111 | 1010011 | 0 | 100001 | 11111001 | 1000111 | 100111 |
Color Harmonies of #321DAA
Complementary color
Monochromatic Colors of #321DAA
Black with #321DAA
Text Example
Text Example
White with #321DAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #321DAA; }
p { color: rgb(50,29,170); }
H1.HeaderClassName
{
color: #321DAA;
}
.AnyTagClassName
{
color: #321DAA;
}
</style>
background-color css
<style>
a { background-color: #321DAA; }
a { background-color: rgb(50,29,170); }
div.DivClassName
{
background-color: #321DAA;
}
.BgClassName
{
background-color: #321DAA;
}
</style>
border-color css
<style>
span { border-color: #321DAA; }
span { border-color: rgb(50,29,170); }
td.TdClassName
{
border-color: #321DAA;
}
.TagClassName
{
border-color: #321DAA;
}
</style>