Shades of Ultramarine #3206AF
Tints of Ultramarine #3206AF
RGB
CMYK
RGB Variations
Color information
#3206AF (or 0x3206AF) is known color: Ultramarine. HEX triplet: 32, 06 and AF. RGB value is (50,6,175). Sum of RGB (Red+Green+Blue) = 50+6+175=231 (30% of max value = 765). Red value is 50 (19.92% from 255 or 21.65% from 231); Green value is 6 (2.73% from 255 or 2.60% from 231); Blue value is 175 (68.75% from 255 or 75.76% from 231); Max value from RGB is 175 - color contains mainly: blue. Hex color #3206AF is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3206AF is #CDF950. Grayscale: #252525. Windows color (decimal): -13498705 or 11470386. OLE color: 11470386.
HSL color Cylindrical-coordinate representation of color #3206AF: hue angle of 255.62º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #3206AF is Cyan = 0.71, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 50 | 6 | 175 | - |
| CMYK | 0.71 | 0.97 | 0 | 0.31 |
| HSL | 255.62º | 0.93% | 0.35% | - |
| HSV(B) | 255.62º | 0.97% | 0.69% | - |
| XYZ | 9.12 | 3.9 | 40.83 | - |
| YUV | 38.42 | 205.08 | 136.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 6 | 175 | 0.71 | 0.97 | 0 | 0.31 | 255.62 | 0.93 | 0.35 |
| Hex | 32 | 6 | AF | 47 | 61 | 0 | 1F | 100 | 5D | 23 |
| Octal | 62 | 6 | 257 | 107 | 141 | 0 | 37 | 400 | 135 | 43 |
| Binary | 110010 | 110 | 10101111 | 1000111 | 1100001 | 0 | 11111 | 100000000 | 1011101 | 100011 |
Color Harmonies of #3206AF
Complementary color
Monochromatic Colors of #3206AF
Black with #3206AF
Text Example
Text Example
White with #3206AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3206AF; }
p { color: rgb(50,6,175); }
H1.HeaderClassName
{
color: #3206AF;
}
.AnyTagClassName
{
color: #3206AF;
}
</style>
background-color css
<style>
a { background-color: #3206AF; }
a { background-color: rgb(50,6,175); }
div.DivClassName
{
background-color: #3206AF;
}
.BgClassName
{
background-color: #3206AF;
}
</style>
border-color css
<style>
span { border-color: #3206AF; }
span { border-color: rgb(50,6,175); }
td.TdClassName
{
border-color: #3206AF;
}
.TagClassName
{
border-color: #3206AF;
}
</style>