Shades of Ultramarine #3207BB
Tints of Ultramarine #3207BB
RGB
CMYK
RGB Variations
Color information
#3207BB (or 0x3207BB) is known color: Ultramarine. HEX triplet: 32, 07 and BB. RGB value is (50,7,187). Sum of RGB (Red+Green+Blue) = 50+7+187=244 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.49% from 244); Green value is 7 (3.12% from 255 or 2.87% from 244); Blue value is 187 (73.44% from 255 or 76.64% from 244); Max value from RGB is 187 - color contains mainly: blue. Hex color #3207BB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3207BB is #CDF844. Grayscale: #272727. Windows color (decimal): -13498437 or 12257074. OLE color: 12257074.
HSL color Cylindrical-coordinate representation of color #3207BB: hue angle of 254.33º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #3207BB is Cyan = 0.73, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 50 | 7 | 187 | - |
| CMYK | 0.73 | 0.96 | 0 | 0.27 |
| HSL | 254.33º | 0.93% | 0.38% | - |
| HSV(B) | 254.33º | 0.96% | 0.73% | - |
| XYZ | 10.36 | 4.42 | 47.32 | - |
| YUV | 40.38 | 210.75 | 134.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 7 | 187 | 0.73 | 0.96 | 0 | 0.27 | 254.33 | 0.93 | 0.38 |
| Hex | 32 | 7 | BB | 49 | 60 | 0 | 1B | FE | 5D | 26 |
| Octal | 62 | 7 | 273 | 111 | 140 | 0 | 33 | 376 | 135 | 46 |
| Binary | 110010 | 111 | 10111011 | 1001001 | 1100000 | 0 | 11011 | 11111110 | 1011101 | 100110 |
Color Harmonies of #3207BB
Complementary color
Monochromatic Colors of #3207BB
Black with #3207BB
Text Example
Text Example
White with #3207BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3207BB; }
p { color: rgb(50,7,187); }
H1.HeaderClassName
{
color: #3207BB;
}
.AnyTagClassName
{
color: #3207BB;
}
</style>
background-color css
<style>
a { background-color: #3207BB; }
a { background-color: rgb(50,7,187); }
div.DivClassName
{
background-color: #3207BB;
}
.BgClassName
{
background-color: #3207BB;
}
</style>
border-color css
<style>
span { border-color: #3207BB; }
span { border-color: rgb(50,7,187); }
td.TdClassName
{
border-color: #3207BB;
}
.TagClassName
{
border-color: #3207BB;
}
</style>