Shades of Ultramarine #321BA8
Tints of Ultramarine #321BA8
RGB
CMYK
RGB Variations
Color information
#321BA8 (or 0x321BA8) is known color: Ultramarine. HEX triplet: 32, 1B and A8. RGB value is (50,27,168). Sum of RGB (Red+Green+Blue) = 50+27+168=245 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.41% from 245); Green value is 27 (10.94% from 255 or 11.02% from 245); Blue value is 168 (66.02% from 255 or 68.57% from 245); Max value from RGB is 168 - color contains mainly: blue. Hex color #321BA8 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #321BA8 is #CDE457. Grayscale: #313131. Windows color (decimal): -13493336 or 11017010. OLE color: 11017010.
HSL color Cylindrical-coordinate representation of color #321BA8: hue angle of 249.79º degrees, saturation: 0.72, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #321BA8 is Cyan = 0.70, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 50 | 27 | 168 | - |
| CMYK | 0.70 | 0.84 | 0 | 0.34 |
| HSL | 249.79º | 0.72% | 0.38% | - |
| HSV(B) | 249.79º | 0.84% | 0.66% | - |
| XYZ | 8.78 | 4.29 | 37.41 | - |
| YUV | 49.95 | 194.62 | 128.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 27 | 168 | 0.70 | 0.84 | 0 | 0.34 | 249.79 | 0.72 | 0.38 |
| Hex | 32 | 1B | A8 | 46 | 54 | 0 | 22 | FA | 48 | 26 |
| Octal | 62 | 33 | 250 | 106 | 124 | 0 | 42 | 372 | 110 | 46 |
| Binary | 110010 | 11011 | 10101000 | 1000110 | 1010100 | 0 | 100010 | 11111010 | 1001000 | 100110 |
Color Harmonies of #321BA8
Complementary color
Monochromatic Colors of #321BA8
Black with #321BA8
Text Example
Text Example
White with #321BA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #321BA8; }
p { color: rgb(50,27,168); }
H1.HeaderClassName
{
color: #321BA8;
}
.AnyTagClassName
{
color: #321BA8;
}
</style>
background-color css
<style>
a { background-color: #321BA8; }
a { background-color: rgb(50,27,168); }
div.DivClassName
{
background-color: #321BA8;
}
.BgClassName
{
background-color: #321BA8;
}
</style>
border-color css
<style>
span { border-color: #321BA8; }
span { border-color: rgb(50,27,168); }
td.TdClassName
{
border-color: #321BA8;
}
.TagClassName
{
border-color: #321BA8;
}
</style>