Shades of Ultramarine #3218A6
Tints of Ultramarine #3218A6
RGB
CMYK
RGB Variations
Color information
#3218A6 (or 0x3218A6) is known color: Ultramarine. HEX triplet: 32, 18 and A6. RGB value is (50,24,166). Sum of RGB (Red+Green+Blue) = 50+24+166=240 (31% of max value = 765). Red value is 50 (19.92% from 255 or 20.83% from 240); Green value is 24 (9.77% from 255 or 10% from 240); Blue value is 166 (65.23% from 255 or 69.17% from 240); Max value from RGB is 166 - color contains mainly: blue. Hex color #3218A6 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3218A6 is #CDE759. Grayscale: #2F2F2F. Windows color (decimal): -13494106 or 10885170. OLE color: 10885170.
HSL color Cylindrical-coordinate representation of color #3218A6: hue angle of 250.99º degrees, saturation: 0.75, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #3218A6 is Cyan = 0.70, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 50 | 24 | 166 | - |
| CMYK | 0.70 | 0.86 | 0 | 0.35 |
| HSL | 250.99º | 0.75% | 0.37% | - |
| HSV(B) | 250.99º | 0.86% | 0.65% | - |
| XYZ | 8.52 | 4.08 | 36.42 | - |
| YUV | 47.96 | 194.61 | 129.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 24 | 166 | 0.70 | 0.86 | 0 | 0.35 | 250.99 | 0.75 | 0.37 |
| Hex | 32 | 18 | A6 | 46 | 56 | 0 | 23 | FB | 4B | 25 |
| Octal | 62 | 30 | 246 | 106 | 126 | 0 | 43 | 373 | 113 | 45 |
| Binary | 110010 | 11000 | 10100110 | 1000110 | 1010110 | 0 | 100011 | 11111011 | 1001011 | 100101 |
Color Harmonies of #3218A6
Complementary color
Monochromatic Colors of #3218A6
Black with #3218A6
Text Example
Text Example
White with #3218A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3218A6; }
p { color: rgb(50,24,166); }
H1.HeaderClassName
{
color: #3218A6;
}
.AnyTagClassName
{
color: #3218A6;
}
</style>
background-color css
<style>
a { background-color: #3218A6; }
a { background-color: rgb(50,24,166); }
div.DivClassName
{
background-color: #3218A6;
}
.BgClassName
{
background-color: #3218A6;
}
</style>
border-color css
<style>
span { border-color: #3218A6; }
span { border-color: rgb(50,24,166); }
td.TdClassName
{
border-color: #3218A6;
}
.TagClassName
{
border-color: #3218A6;
}
</style>