Shades of Ultramarine #3214AC
Tints of Ultramarine #3214AC
RGB
CMYK
RGB Variations
Color information
#3214AC (or 0x3214AC) is known color: Ultramarine. HEX triplet: 32, 14 and AC. RGB value is (50,20,172). Sum of RGB (Red+Green+Blue) = 50+20+172=242 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.66% from 242); Green value is 20 (8.20% from 255 or 8.26% from 242); Blue value is 172 (67.58% from 255 or 71.07% from 242); Max value from RGB is 172 - color contains mainly: blue. Hex color #3214AC is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3214AC is #CDEB53. Grayscale: #2D2D2D. Windows color (decimal): -13495124 or 11277362. OLE color: 11277362.
HSL color Cylindrical-coordinate representation of color #3214AC: hue angle of 251.84º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #3214AC is Cyan = 0.71, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 50 | 20 | 172 | - |
| CMYK | 0.71 | 0.88 | 0 | 0.33 |
| HSL | 251.84º | 0.79% | 0.38% | - |
| HSV(B) | 251.84º | 0.88% | 0.67% | - |
| XYZ | 9.01 | 4.16 | 39.36 | - |
| YUV | 46.3 | 198.94 | 130.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 20 | 172 | 0.71 | 0.88 | 0 | 0.33 | 251.84 | 0.79 | 0.38 |
| Hex | 32 | 14 | AC | 47 | 58 | 0 | 21 | FC | 4F | 26 |
| Octal | 62 | 24 | 254 | 107 | 130 | 0 | 41 | 374 | 117 | 46 |
| Binary | 110010 | 10100 | 10101100 | 1000111 | 1011000 | 0 | 100001 | 11111100 | 1001111 | 100110 |
Color Harmonies of #3214AC
Complementary color
Monochromatic Colors of #3214AC
Black with #3214AC
Text Example
Text Example
White with #3214AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3214AC; }
p { color: rgb(50,20,172); }
H1.HeaderClassName
{
color: #3214AC;
}
.AnyTagClassName
{
color: #3214AC;
}
</style>
background-color css
<style>
a { background-color: #3214AC; }
a { background-color: rgb(50,20,172); }
div.DivClassName
{
background-color: #3214AC;
}
.BgClassName
{
background-color: #3214AC;
}
</style>
border-color css
<style>
span { border-color: #3214AC; }
span { border-color: rgb(50,20,172); }
td.TdClassName
{
border-color: #3214AC;
}
.TagClassName
{
border-color: #3214AC;
}
</style>