Shades of Ultramarine #202292
Tints of Ultramarine #202292
RGB
CMYK
RGB Variations
Color information
#202292 (or 0x202292) is known color: Ultramarine. HEX triplet: 20, 22 and 92. RGB value is (32,34,146). Sum of RGB (Red+Green+Blue) = 32+34+146=212 (28% of max value = 765). Red value is 32 (12.89% from 255 or 15.09% from 212); Green value is 34 (13.67% from 255 or 16.04% from 212); Blue value is 146 (57.42% from 255 or 68.87% from 212); Max value from RGB is 146 - color contains mainly: blue. Hex color #202292 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #202292 is #DFDD6D. Grayscale: #2D2D2D. Windows color (decimal): -14671214 or 9576992. OLE color: 9576992.
HSL color Cylindrical-coordinate representation of color #202292: hue angle of 238.95º degrees, saturation: 0.64, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #202292 is Cyan = 0.78, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 32 | 34 | 146 | - |
| CMYK | 0.78 | 0.77 | 0 | 0.43 |
| HSL | 238.95º | 0.64% | 0.35% | - |
| HSV(B) | 238.95º | 0.78% | 0.57% | - |
| XYZ | 6.36 | 3.53 | 27.54 | - |
| YUV | 46.17 | 184.34 | 117.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 34 | 146 | 0.78 | 0.77 | 0 | 0.43 | 238.95 | 0.64 | 0.35 |
| Hex | 20 | 22 | 92 | 4E | 4D | 0 | 2B | EF | 40 | 23 |
| Octal | 40 | 42 | 222 | 116 | 115 | 0 | 53 | 357 | 100 | 43 |
| Binary | 100000 | 100010 | 10010010 | 1001110 | 1001101 | 0 | 101011 | 11101111 | 1000000 | 100011 |
Color Harmonies of #202292
Complementary color
Monochromatic Colors of #202292
Black with #202292
Text Example
Text Example
White with #202292
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #202292; }
p { color: rgb(32,34,146); }
H1.HeaderClassName
{
color: #202292;
}
.AnyTagClassName
{
color: #202292;
}
</style>
background-color css
<style>
a { background-color: #202292; }
a { background-color: rgb(32,34,146); }
div.DivClassName
{
background-color: #202292;
}
.BgClassName
{
background-color: #202292;
}
</style>
border-color css
<style>
span { border-color: #202292; }
span { border-color: rgb(32,34,146); }
td.TdClassName
{
border-color: #202292;
}
.TagClassName
{
border-color: #202292;
}
</style>