Shades of Ultramarine #3206BB
Tints of Ultramarine #3206BB
RGB
CMYK
RGB Variations
Color information
#3206BB (or 0x3206BB) is known color: Ultramarine. HEX triplet: 32, 06 and BB. RGB value is (50,6,187). Sum of RGB (Red+Green+Blue) = 50+6+187=243 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.58% from 243); Green value is 6 (2.73% from 255 or 2.47% from 243); Blue value is 187 (73.44% from 255 or 76.95% from 243); Max value from RGB is 187 - color contains mainly: blue. Hex color #3206BB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3206BB is #CDF944. Grayscale: #272727. Windows color (decimal): -13498693 or 12256818. OLE color: 12256818.
HSL color Cylindrical-coordinate representation of color #3206BB: hue angle of 254.59º 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 #3206BB is Cyan = 0.73, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 50 | 6 | 187 | - |
| CMYK | 0.73 | 0.97 | 0 | 0.27 |
| HSL | 254.59º | 0.94% | 0.38% | - |
| HSV(B) | 254.59º | 0.97% | 0.73% | - |
| XYZ | 10.35 | 4.4 | 47.32 | - |
| YUV | 39.79 | 211.08 | 135.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 6 | 187 | 0.73 | 0.97 | 0 | 0.27 | 254.59 | 0.94 | 0.38 |
| Hex | 32 | 6 | BB | 49 | 61 | 0 | 1B | FF | 5E | 26 |
| Octal | 62 | 6 | 273 | 111 | 141 | 0 | 33 | 377 | 136 | 46 |
| Binary | 110010 | 110 | 10111011 | 1001001 | 1100001 | 0 | 11011 | 11111111 | 1011110 | 100110 |
Color Harmonies of #3206BB
Complementary color
Monochromatic Colors of #3206BB
Black with #3206BB
Text Example
Text Example
White with #3206BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3206BB; }
p { color: rgb(50,6,187); }
H1.HeaderClassName
{
color: #3206BB;
}
.AnyTagClassName
{
color: #3206BB;
}
</style>
background-color css
<style>
a { background-color: #3206BB; }
a { background-color: rgb(50,6,187); }
div.DivClassName
{
background-color: #3206BB;
}
.BgClassName
{
background-color: #3206BB;
}
</style>
border-color css
<style>
span { border-color: #3206BB; }
span { border-color: rgb(50,6,187); }
td.TdClassName
{
border-color: #3206BB;
}
.TagClassName
{
border-color: #3206BB;
}
</style>