Shades of Ultramarine #3203AF
Tints of Ultramarine #3203AF
RGB
CMYK
RGB Variations
Color information
#3203AF (or 0x3203AF) is known color: Ultramarine. HEX triplet: 32, 03 and AF. RGB value is (50,3,175). Sum of RGB (Red+Green+Blue) = 50+3+175=228 (30% of max value = 765). Red value is 50 (19.92% from 255 or 21.93% from 228); Green value is 3 (1.56% from 255 or 1.32% from 228); Blue value is 175 (68.75% from 255 or 76.75% from 228); Max value from RGB is 175 - color contains mainly: blue. Hex color #3203AF is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3203AF is #CDFC50. Grayscale: #242424. Windows color (decimal): -13499473 or 11469618. OLE color: 11469618.
HSL color Cylindrical-coordinate representation of color #3203AF: hue angle of 256.4º degrees, saturation: 0.97, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3203AF is Cyan = 0.71, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 50 | 3 | 175 | - |
| CMYK | 0.71 | 0.98 | 0 | 0.31 |
| HSL | 256.4º | 0.97% | 0.35% | - |
| HSV(B) | 256.4º | 0.98% | 0.69% | - |
| XYZ | 9.09 | 3.84 | 40.82 | - |
| YUV | 36.66 | 206.07 | 137.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 3 | 175 | 0.71 | 0.98 | 0 | 0.31 | 256.4 | 0.97 | 0.35 |
| Hex | 32 | 3 | AF | 47 | 62 | 0 | 1F | 100 | 61 | 23 |
| Octal | 62 | 3 | 257 | 107 | 142 | 0 | 37 | 400 | 141 | 43 |
| Binary | 110010 | 11 | 10101111 | 1000111 | 1100010 | 0 | 11111 | 100000000 | 1100001 | 100011 |
Color Harmonies of #3203AF
Complementary color
Monochromatic Colors of #3203AF
Black with #3203AF
Text Example
Text Example
White with #3203AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3203AF; }
p { color: rgb(50,3,175); }
H1.HeaderClassName
{
color: #3203AF;
}
.AnyTagClassName
{
color: #3203AF;
}
</style>
background-color css
<style>
a { background-color: #3203AF; }
a { background-color: rgb(50,3,175); }
div.DivClassName
{
background-color: #3203AF;
}
.BgClassName
{
background-color: #3203AF;
}
</style>
border-color css
<style>
span { border-color: #3203AF; }
span { border-color: rgb(50,3,175); }
td.TdClassName
{
border-color: #3203AF;
}
.TagClassName
{
border-color: #3203AF;
}
</style>