Shades of Ultramarine #202397
Tints of Ultramarine #202397
RGB
CMYK
RGB Variations
Color information
#202397 (or 0x202397) is known color: Ultramarine. HEX triplet: 20, 23 and 97. RGB value is (32,35,151). Sum of RGB (Red+Green+Blue) = 32+35+151=218 (28% of max value = 765). Red value is 32 (12.89% from 255 or 14.68% from 218); Green value is 35 (14.06% from 255 or 16.06% from 218); Blue value is 151 (59.38% from 255 or 69.27% from 218); Max value from RGB is 151 - color contains mainly: blue. Hex color #202397 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #202397 is #DFDC68. Grayscale: #2E2E2E. Windows color (decimal): -14670953 or 9904928. OLE color: 9904928.
HSL color Cylindrical-coordinate representation of color #202397: hue angle of 238.49º 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 #202397 is Cyan = 0.79, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 32 | 35 | 151 | - |
| CMYK | 0.79 | 0.77 | 0 | 0.41 |
| HSL | 238.49º | 0.65% | 0.36% | - |
| HSV(B) | 238.49º | 0.79% | 0.59% | - |
| XYZ | 6.78 | 3.74 | 29.64 | - |
| YUV | 47.33 | 186.51 | 117.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 35 | 151 | 0.79 | 0.77 | 0 | 0.41 | 238.49 | 0.65 | 0.36 |
| Hex | 20 | 23 | 97 | 4F | 4D | 0 | 29 | EE | 41 | 24 |
| Octal | 40 | 43 | 227 | 117 | 115 | 0 | 51 | 356 | 101 | 44 |
| Binary | 100000 | 100011 | 10010111 | 1001111 | 1001101 | 0 | 101001 | 11101110 | 1000001 | 100100 |
Color Harmonies of #202397
Complementary color
Monochromatic Colors of #202397
Black with #202397
Text Example
Text Example
White with #202397
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #202397; }
p { color: rgb(32,35,151); }
H1.HeaderClassName
{
color: #202397;
}
.AnyTagClassName
{
color: #202397;
}
</style>
background-color css
<style>
a { background-color: #202397; }
a { background-color: rgb(32,35,151); }
div.DivClassName
{
background-color: #202397;
}
.BgClassName
{
background-color: #202397;
}
</style>
border-color css
<style>
span { border-color: #202397; }
span { border-color: rgb(32,35,151); }
td.TdClassName
{
border-color: #202397;
}
.TagClassName
{
border-color: #202397;
}
</style>