Shades of Ultramarine #3202B1
Tints of Ultramarine #3202B1
RGB
CMYK
RGB Variations
Color information
#3202B1 (or 0x3202B1) is known color: Ultramarine. HEX triplet: 32, 02 and B1. RGB value is (50,2,177). Sum of RGB (Red+Green+Blue) = 50+2+177=229 (30% of max value = 765). Red value is 50 (19.92% from 255 or 21.83% from 229); Green value is 2 (1.17% from 255 or 0.87% from 229); Blue value is 177 (69.53% from 255 or 77.29% from 229); Max value from RGB is 177 - color contains mainly: blue. Hex color #3202B1 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3202B1 is #CDFD4E. Grayscale: #232323. Windows color (decimal): -13499727 or 11600434. OLE color: 11600434.
HSL color Cylindrical-coordinate representation of color #3202B1: hue angle of 256.46º degrees, saturation: 0.98, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3202B1 is Cyan = 0.72, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 50 | 2 | 177 | - |
| CMYK | 0.72 | 0.99 | 0 | 0.31 |
| HSL | 256.46º | 0.98% | 0.35% | - |
| HSV(B) | 256.46º | 0.99% | 0.69% | - |
| XYZ | 9.27 | 3.9 | 41.86 | - |
| YUV | 36.3 | 207.4 | 137.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 2 | 177 | 0.72 | 0.99 | 0 | 0.31 | 256.46 | 0.98 | 0.35 |
| Hex | 32 | 2 | B1 | 48 | 63 | 0 | 1F | 100 | 62 | 23 |
| Octal | 62 | 2 | 261 | 110 | 143 | 0 | 37 | 400 | 142 | 43 |
| Binary | 110010 | 10 | 10110001 | 1001000 | 1100011 | 0 | 11111 | 100000000 | 1100010 | 100011 |
Color Harmonies of #3202B1
Complementary color
Monochromatic Colors of #3202B1
Black with #3202B1
Text Example
Text Example
White with #3202B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3202B1; }
p { color: rgb(50,2,177); }
H1.HeaderClassName
{
color: #3202B1;
}
.AnyTagClassName
{
color: #3202B1;
}
</style>
background-color css
<style>
a { background-color: #3202B1; }
a { background-color: rgb(50,2,177); }
div.DivClassName
{
background-color: #3202B1;
}
.BgClassName
{
background-color: #3202B1;
}
</style>
border-color css
<style>
span { border-color: #3202B1; }
span { border-color: rgb(50,2,177); }
td.TdClassName
{
border-color: #3202B1;
}
.TagClassName
{
border-color: #3202B1;
}
</style>