Shades of Ultramarine #3203BB
Tints of Ultramarine #3203BB
RGB
CMYK
RGB Variations
Color information
#3203BB (or 0x3203BB) is known color: Ultramarine. HEX triplet: 32, 03 and BB. RGB value is (50,3,187). Sum of RGB (Red+Green+Blue) = 50+3+187=240 (31% of max value = 765). Red value is 50 (19.92% from 255 or 20.83% from 240); Green value is 3 (1.56% from 255 or 1.25% from 240); Blue value is 187 (73.44% from 255 or 77.92% from 240); Max value from RGB is 187 - color contains mainly: blue. Hex color #3203BB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3203BB is #CDFC44. Grayscale: #252525. Windows color (decimal): -13499461 or 12256050. OLE color: 12256050.
HSL color Cylindrical-coordinate representation of color #3203BB: hue angle of 255.33º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3203BB is Cyan = 0.73, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 50 | 3 | 187 | - |
| CMYK | 0.73 | 0.98 | 0 | 0.27 |
| HSL | 255.33º | 0.97% | 0.37% | - |
| HSV(B) | 255.33º | 0.98% | 0.73% | - |
| XYZ | 10.32 | 4.33 | 47.31 | - |
| YUV | 38.03 | 212.07 | 136.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 3 | 187 | 0.73 | 0.98 | 0 | 0.27 | 255.33 | 0.97 | 0.37 |
| Hex | 32 | 3 | BB | 49 | 62 | 0 | 1B | FF | 61 | 25 |
| Octal | 62 | 3 | 273 | 111 | 142 | 0 | 33 | 377 | 141 | 45 |
| Binary | 110010 | 11 | 10111011 | 1001001 | 1100010 | 0 | 11011 | 11111111 | 1100001 | 100101 |
Color Harmonies of #3203BB
Complementary color
Monochromatic Colors of #3203BB
Black with #3203BB
Text Example
Text Example
White with #3203BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3203BB; }
p { color: rgb(50,3,187); }
H1.HeaderClassName
{
color: #3203BB;
}
.AnyTagClassName
{
color: #3203BB;
}
</style>
background-color css
<style>
a { background-color: #3203BB; }
a { background-color: rgb(50,3,187); }
div.DivClassName
{
background-color: #3203BB;
}
.BgClassName
{
background-color: #3203BB;
}
</style>
border-color css
<style>
span { border-color: #3203BB; }
span { border-color: rgb(50,3,187); }
td.TdClassName
{
border-color: #3203BB;
}
.TagClassName
{
border-color: #3203BB;
}
</style>