Shades of Ultramarine #3206AA
Tints of Ultramarine #3206AA
RGB
CMYK
RGB Variations
Color information
#3206AA (or 0x3206AA) is known color: Ultramarine. HEX triplet: 32, 06 and AA. RGB value is (50,6,170). Sum of RGB (Red+Green+Blue) = 50+6+170=226 (29% of max value = 765). Red value is 50 (19.92% from 255 or 22.12% from 226); Green value is 6 (2.73% from 255 or 2.65% from 226); Blue value is 170 (66.80% from 255 or 75.22% from 226); Max value from RGB is 170 - color contains mainly: blue. Hex color #3206AA is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3206AA is #CDF955. Grayscale: #252525. Windows color (decimal): -13498710 or 11142706. OLE color: 11142706.
HSL color Cylindrical-coordinate representation of color #3206AA: hue angle of 256.1º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #3206AA is Cyan = 0.71, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 50 | 6 | 170 | - |
| CMYK | 0.71 | 0.96 | 0 | 0.33 |
| HSL | 256.1º | 0.93% | 0.35% | - |
| HSV(B) | 256.1º | 0.96% | 0.67% | - |
| XYZ | 8.64 | 3.71 | 38.29 | - |
| YUV | 37.85 | 202.58 | 136.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 6 | 170 | 0.71 | 0.96 | 0 | 0.33 | 256.1 | 0.93 | 0.35 |
| Hex | 32 | 6 | AA | 47 | 60 | 0 | 21 | 100 | 5D | 23 |
| Octal | 62 | 6 | 252 | 107 | 140 | 0 | 41 | 400 | 135 | 43 |
| Binary | 110010 | 110 | 10101010 | 1000111 | 1100000 | 0 | 100001 | 100000000 | 1011101 | 100011 |
Color Harmonies of #3206AA
Complementary color
Monochromatic Colors of #3206AA
Black with #3206AA
Text Example
Text Example
White with #3206AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3206AA; }
p { color: rgb(50,6,170); }
H1.HeaderClassName
{
color: #3206AA;
}
.AnyTagClassName
{
color: #3206AA;
}
</style>
background-color css
<style>
a { background-color: #3206AA; }
a { background-color: rgb(50,6,170); }
div.DivClassName
{
background-color: #3206AA;
}
.BgClassName
{
background-color: #3206AA;
}
</style>
border-color css
<style>
span { border-color: #3206AA; }
span { border-color: rgb(50,6,170); }
td.TdClassName
{
border-color: #3206AA;
}
.TagClassName
{
border-color: #3206AA;
}
</style>