Shades of Ultramarine #3206B5
Tints of Ultramarine #3206B5
RGB
CMYK
RGB Variations
Color information
#3206B5 (or 0x3206B5) is known color: Ultramarine. HEX triplet: 32, 06 and B5. RGB value is (50,6,181). Sum of RGB (Red+Green+Blue) = 50+6+181=237 (31% of max value = 765). Red value is 50 (19.92% from 255 or 21.10% from 237); Green value is 6 (2.73% from 255 or 2.53% from 237); Blue value is 181 (71.09% from 255 or 76.37% from 237); Max value from RGB is 181 - color contains mainly: blue. Hex color #3206B5 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3206B5 is #CDF94A. Grayscale: #262626. Windows color (decimal): -13498699 or 11863602. OLE color: 11863602.
HSL color Cylindrical-coordinate representation of color #3206B5: hue angle of 255.09º degrees, saturation: 0.94, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #3206B5 is Cyan = 0.72, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 50 | 6 | 181 | - |
| CMYK | 0.72 | 0.97 | 0 | 0.29 |
| HSL | 255.09º | 0.94% | 0.37% | - |
| HSV(B) | 255.09º | 0.97% | 0.71% | - |
| XYZ | 9.72 | 4.14 | 44 | - |
| YUV | 39.11 | 208.08 | 135.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 6 | 181 | 0.72 | 0.97 | 0 | 0.29 | 255.09 | 0.94 | 0.37 |
| Hex | 32 | 6 | B5 | 48 | 61 | 0 | 1D | FF | 5E | 25 |
| Octal | 62 | 6 | 265 | 110 | 141 | 0 | 35 | 377 | 136 | 45 |
| Binary | 110010 | 110 | 10110101 | 1001000 | 1100001 | 0 | 11101 | 11111111 | 1011110 | 100101 |
Color Harmonies of #3206B5
Complementary color
Monochromatic Colors of #3206B5
Black with #3206B5
Text Example
Text Example
White with #3206B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3206B5; }
p { color: rgb(50,6,181); }
H1.HeaderClassName
{
color: #3206B5;
}
.AnyTagClassName
{
color: #3206B5;
}
</style>
background-color css
<style>
a { background-color: #3206B5; }
a { background-color: rgb(50,6,181); }
div.DivClassName
{
background-color: #3206B5;
}
.BgClassName
{
background-color: #3206B5;
}
</style>
border-color css
<style>
span { border-color: #3206B5; }
span { border-color: rgb(50,6,181); }
td.TdClassName
{
border-color: #3206B5;
}
.TagClassName
{
border-color: #3206B5;
}
</style>