Shades of Ultramarine #3200B3
Tints of Ultramarine #3200B3
RGB
CMYK
RGB Variations
Color information
#3200B3 (or 0x3200B3) is known color: Ultramarine. HEX triplet: 32, 00 and B3. RGB value is (50,0,179). Sum of RGB (Red+Green+Blue) = 50+0+179=229 (30% of max value = 765). Red value is 50 (19.92% from 255 or 21.83% from 229); Green value is 0 (0.39% from 255 or 0% from 229); Blue value is 179 (70.31% from 255 or 78.17% from 229); Max value from RGB is 179 - color contains mainly: blue. Hex color #3200B3 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3200B3 is #CDFF4C. Grayscale: #222222. Windows color (decimal): -13500237 or 11730994. OLE color: 11730994.
HSL color Cylindrical-coordinate representation of color #3200B3: hue angle of 256.76º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3200B3 is Cyan = 0.72, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 50 | 0 | 179 | - |
| CMYK | 0.72 | 1 | 0 | 0.30 |
| HSL | 256.76º | 1% | 0.35% | - |
| HSV(B) | 256.76º | 1% | 0.7% | - |
| XYZ | 9.45 | 3.93 | 42.91 | - |
| YUV | 35.36 | 209.07 | 138.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 0 | 179 | 0.72 | 1 | 0 | 0.30 | 256.76 | 1 | 0.35 |
| Hex | 32 | 0 | B3 | 48 | 64 | 0 | 1E | 101 | 64 | 23 |
| Octal | 62 | 0 | 263 | 110 | 144 | 0 | 36 | 401 | 144 | 43 |
| Binary | 110010 | 0 | 10110011 | 1001000 | 1100100 | 0 | 11110 | 100000001 | 1100100 | 100011 |
Color Harmonies of #3200B3
Complementary color
Monochromatic Colors of #3200B3
Black with #3200B3
Text Example
Text Example
White with #3200B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3200B3; }
p { color: rgb(50,0,179); }
H1.HeaderClassName
{
color: #3200B3;
}
.AnyTagClassName
{
color: #3200B3;
}
</style>
background-color css
<style>
a { background-color: #3200B3; }
a { background-color: rgb(50,0,179); }
div.DivClassName
{
background-color: #3200B3;
}
.BgClassName
{
background-color: #3200B3;
}
</style>
border-color css
<style>
span { border-color: #3200B3; }
span { border-color: rgb(50,0,179); }
td.TdClassName
{
border-color: #3200B3;
}
.TagClassName
{
border-color: #3200B3;
}
</style>