Shades of Ultramarine #202398
Tints of Ultramarine #202398
RGB
CMYK
RGB Variations
Color information
#202398 (or 0x202398) is known color: Ultramarine. HEX triplet: 20, 23 and 98. RGB value is (32,35,152). Sum of RGB (Red+Green+Blue) = 32+35+152=219 (29% of max value = 765). Red value is 32 (12.89% from 255 or 14.61% from 219); Green value is 35 (14.06% from 255 or 15.98% from 219); Blue value is 152 (59.77% from 255 or 69.41% from 219); Max value from RGB is 152 - color contains mainly: blue. Hex color #202398 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #202398 is #DFDC67. Grayscale: #2E2E2E. Windows color (decimal): -14670952 or 9970464. OLE color: 9970464.
HSL color Cylindrical-coordinate representation of color #202398: hue angle of 238.5º degrees, saturation: 0.65, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #202398 is Cyan = 0.79, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 32 | 35 | 152 | - |
| CMYK | 0.79 | 0.77 | 0 | 0.40 |
| HSL | 238.5º | 0.65% | 0.36% | - |
| HSV(B) | 238.5º | 0.79% | 0.6% | - |
| XYZ | 6.86 | 3.78 | 30.07 | - |
| YUV | 47.44 | 187.01 | 116.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 35 | 152 | 0.79 | 0.77 | 0 | 0.40 | 238.5 | 0.65 | 0.36 |
| Hex | 20 | 23 | 98 | 4F | 4D | 0 | 28 | EE | 41 | 24 |
| Octal | 40 | 43 | 230 | 117 | 115 | 0 | 50 | 356 | 101 | 44 |
| Binary | 100000 | 100011 | 10011000 | 1001111 | 1001101 | 0 | 101000 | 11101110 | 1000001 | 100100 |
Color Harmonies of #202398
Complementary color
Monochromatic Colors of #202398
Black with #202398
Text Example
Text Example
White with #202398
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #202398; }
p { color: rgb(32,35,152); }
H1.HeaderClassName
{
color: #202398;
}
.AnyTagClassName
{
color: #202398;
}
</style>
background-color css
<style>
a { background-color: #202398; }
a { background-color: rgb(32,35,152); }
div.DivClassName
{
background-color: #202398;
}
.BgClassName
{
background-color: #202398;
}
</style>
border-color css
<style>
span { border-color: #202398; }
span { border-color: rgb(32,35,152); }
td.TdClassName
{
border-color: #202398;
}
.TagClassName
{
border-color: #202398;
}
</style>