Shades of Ultramarine #202296
Tints of Ultramarine #202296
RGB
CMYK
RGB Variations
Color information
#202296 (or 0x202296) is known color: Ultramarine. HEX triplet: 20, 22 and 96. RGB value is (32,34,150). Sum of RGB (Red+Green+Blue) = 32+34+150=216 (28% of max value = 765). Red value is 32 (12.89% from 255 or 14.81% from 216); Green value is 34 (13.67% from 255 or 15.74% from 216); Blue value is 150 (58.98% from 255 or 69.44% from 216); Max value from RGB is 150 - color contains mainly: blue. Hex color #202296 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #202296 is #DFDD69. Grayscale: #2E2E2E. Windows color (decimal): -14671210 or 9839136. OLE color: 9839136.
HSL color Cylindrical-coordinate representation of color #202296: hue angle of 238.98º degrees, saturation: 0.65, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #202296 is Cyan = 0.79, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 32 | 34 | 150 | - |
| CMYK | 0.79 | 0.77 | 0 | 0.41 |
| HSL | 238.98º | 0.65% | 0.36% | - |
| HSV(B) | 238.98º | 0.79% | 0.59% | - |
| XYZ | 6.67 | 3.65 | 29.21 | - |
| YUV | 46.63 | 186.34 | 117.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 34 | 150 | 0.79 | 0.77 | 0 | 0.41 | 238.98 | 0.65 | 0.36 |
| Hex | 20 | 22 | 96 | 4F | 4D | 0 | 29 | EF | 41 | 24 |
| Octal | 40 | 42 | 226 | 117 | 115 | 0 | 51 | 357 | 101 | 44 |
| Binary | 100000 | 100010 | 10010110 | 1001111 | 1001101 | 0 | 101001 | 11101111 | 1000001 | 100100 |
Color Harmonies of #202296
Complementary color
Monochromatic Colors of #202296
Black with #202296
Text Example
Text Example
White with #202296
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #202296; }
p { color: rgb(32,34,150); }
H1.HeaderClassName
{
color: #202296;
}
.AnyTagClassName
{
color: #202296;
}
</style>
background-color css
<style>
a { background-color: #202296; }
a { background-color: rgb(32,34,150); }
div.DivClassName
{
background-color: #202296;
}
.BgClassName
{
background-color: #202296;
}
</style>
border-color css
<style>
span { border-color: #202296; }
span { border-color: rgb(32,34,150); }
td.TdClassName
{
border-color: #202296;
}
.TagClassName
{
border-color: #202296;
}
</style>