Shades of Ultramarine #3206BA
Tints of Ultramarine #3206BA
RGB
CMYK
RGB Variations
Color information
#3206BA (or 0x3206BA) is known color: Ultramarine. HEX triplet: 32, 06 and BA. RGB value is (50,6,186). Sum of RGB (Red+Green+Blue) = 50+6+186=242 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.66% from 242); Green value is 6 (2.73% from 255 or 2.48% from 242); Blue value is 186 (73.05% from 255 or 76.86% from 242); Max value from RGB is 186 - color contains mainly: blue. Hex color #3206BA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3206BA is #CDF945. Grayscale: #272727. Windows color (decimal): -13498694 or 12191282. OLE color: 12191282.
HSL color Cylindrical-coordinate representation of color #3206BA: hue angle of 254.67º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #3206BA is Cyan = 0.73, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 50 | 6 | 186 | - |
| CMYK | 0.73 | 0.97 | 0 | 0.27 |
| HSL | 254.67º | 0.94% | 0.38% | - |
| HSV(B) | 254.67º | 0.97% | 0.73% | - |
| XYZ | 10.24 | 4.35 | 46.75 | - |
| YUV | 39.68 | 210.58 | 135.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 6 | 186 | 0.73 | 0.97 | 0 | 0.27 | 254.67 | 0.94 | 0.38 |
| Hex | 32 | 6 | BA | 49 | 61 | 0 | 1B | FF | 5E | 26 |
| Octal | 62 | 6 | 272 | 111 | 141 | 0 | 33 | 377 | 136 | 46 |
| Binary | 110010 | 110 | 10111010 | 1001001 | 1100001 | 0 | 11011 | 11111111 | 1011110 | 100110 |
Color Harmonies of #3206BA
Complementary color
Monochromatic Colors of #3206BA
Black with #3206BA
Text Example
Text Example
White with #3206BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3206BA; }
p { color: rgb(50,6,186); }
H1.HeaderClassName
{
color: #3206BA;
}
.AnyTagClassName
{
color: #3206BA;
}
</style>
background-color css
<style>
a { background-color: #3206BA; }
a { background-color: rgb(50,6,186); }
div.DivClassName
{
background-color: #3206BA;
}
.BgClassName
{
background-color: #3206BA;
}
</style>
border-color css
<style>
span { border-color: #3206BA; }
span { border-color: rgb(50,6,186); }
td.TdClassName
{
border-color: #3206BA;
}
.TagClassName
{
border-color: #3206BA;
}
</style>