Shades of Ultramarine #2203AF
Tints of Ultramarine #2203AF
RGB
CMYK
RGB Variations
Color information
#2203AF (or 0x2203AF) is known color: Ultramarine. HEX triplet: 22, 03 and AF. RGB value is (34,3,175). Sum of RGB (Red+Green+Blue) = 34+3+175=212 (28% of max value = 765). Red value is 34 (13.67% from 255 or 16.04% from 212); Green value is 3 (1.56% from 255 or 1.42% from 212); Blue value is 175 (68.75% from 255 or 82.55% from 212); Max value from RGB is 175 - color contains mainly: blue. Hex color #2203AF is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2203AF is #DDFC50. Grayscale: #1F1F1F. Windows color (decimal): -14548049 or 11469602. OLE color: 11469602.
HSL color Cylindrical-coordinate representation of color #2203AF: hue angle of 250.81º 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 #2203AF is Cyan = 0.81, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 34 | 3 | 175 | - |
| CMYK | 0.81 | 0.98 | 0 | 0.31 |
| HSL | 250.81º | 0.97% | 0.35% | - |
| HSV(B) | 250.81º | 0.98% | 0.69% | - |
| XYZ | 8.43 | 3.5 | 40.79 | - |
| YUV | 31.88 | 208.77 | 129.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 3 | 175 | 0.81 | 0.98 | 0 | 0.31 | 250.81 | 0.97 | 0.35 |
| Hex | 22 | 3 | AF | 51 | 62 | 0 | 1F | FB | 61 | 23 |
| Octal | 42 | 3 | 257 | 121 | 142 | 0 | 37 | 373 | 141 | 43 |
| Binary | 100010 | 11 | 10101111 | 1010001 | 1100010 | 0 | 11111 | 11111011 | 1100001 | 100011 |
Color Harmonies of #2203AF
Complementary color
Monochromatic Colors of #2203AF
Black with #2203AF
Text Example
Text Example
White with #2203AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2203AF; }
p { color: rgb(34,3,175); }
H1.HeaderClassName
{
color: #2203AF;
}
.AnyTagClassName
{
color: #2203AF;
}
</style>
background-color css
<style>
a { background-color: #2203AF; }
a { background-color: rgb(34,3,175); }
div.DivClassName
{
background-color: #2203AF;
}
.BgClassName
{
background-color: #2203AF;
}
</style>
border-color css
<style>
span { border-color: #2203AF; }
span { border-color: rgb(34,3,175); }
td.TdClassName
{
border-color: #2203AF;
}
.TagClassName
{
border-color: #2203AF;
}
</style>