Shades of Ultramarine #3209BA
Tints of Ultramarine #3209BA
RGB
CMYK
RGB Variations
Color information
#3209BA (or 0x3209BA) is known color: Ultramarine. HEX triplet: 32, 09 and BA. RGB value is (50,9,186). Sum of RGB (Red+Green+Blue) = 50+9+186=245 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.41% from 245); Green value is 9 (3.91% from 255 or 3.67% from 245); Blue value is 186 (73.05% from 255 or 75.92% from 245); Max value from RGB is 186 - color contains mainly: blue. Hex color #3209BA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3209BA is #CDF645. Grayscale: #282828. Windows color (decimal): -13497926 or 12192050. OLE color: 12192050.
HSL color Cylindrical-coordinate representation of color #3209BA: hue angle of 253.9º degrees, saturation: 0.91, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #3209BA is Cyan = 0.73, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 50 | 9 | 186 | - |
| CMYK | 0.73 | 0.95 | 0 | 0.27 |
| HSL | 253.9º | 0.91% | 0.38% | - |
| HSV(B) | 253.9º | 0.95% | 0.73% | - |
| XYZ | 10.28 | 4.42 | 46.77 | - |
| YUV | 41.44 | 209.58 | 134.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 9 | 186 | 0.73 | 0.95 | 0 | 0.27 | 253.9 | 0.91 | 0.38 |
| Hex | 32 | 9 | BA | 49 | 5F | 0 | 1B | FE | 5B | 26 |
| Octal | 62 | 11 | 272 | 111 | 137 | 0 | 33 | 376 | 133 | 46 |
| Binary | 110010 | 1001 | 10111010 | 1001001 | 1011111 | 0 | 11011 | 11111110 | 1011011 | 100110 |
Color Harmonies of #3209BA
Complementary color
Monochromatic Colors of #3209BA
Black with #3209BA
Text Example
Text Example
White with #3209BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3209BA; }
p { color: rgb(50,9,186); }
H1.HeaderClassName
{
color: #3209BA;
}
.AnyTagClassName
{
color: #3209BA;
}
</style>
background-color css
<style>
a { background-color: #3209BA; }
a { background-color: rgb(50,9,186); }
div.DivClassName
{
background-color: #3209BA;
}
.BgClassName
{
background-color: #3209BA;
}
</style>
border-color css
<style>
span { border-color: #3209BA; }
span { border-color: rgb(50,9,186); }
td.TdClassName
{
border-color: #3209BA;
}
.TagClassName
{
border-color: #3209BA;
}
</style>