Shades of Ultramarine #210398
Tints of Ultramarine #210398
RGB
CMYK
RGB Variations
Color information
#210398 (or 0x210398) is known color: Ultramarine. HEX triplet: 21, 03 and 98. RGB value is (33,3,152). Sum of RGB (Red+Green+Blue) = 33+3+152=188 (24% of max value = 765). Red value is 33 (13.28% from 255 or 17.55% from 188); Green value is 3 (1.56% from 255 or 1.60% from 188); Blue value is 152 (59.77% from 255 or 80.85% from 188); Max value from RGB is 152 - color contains mainly: blue. Hex color #210398 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #210398 is #DEFC67. Grayscale: #1C1C1C. Windows color (decimal): -14613608 or 9962273. OLE color: 9962273.
HSL color Cylindrical-coordinate representation of color #210398: hue angle of 252.08º degrees, saturation: 0.96, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #210398 is Cyan = 0.78, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 33 | 3 | 152 | - |
| CMYK | 0.78 | 0.98 | 0 | 0.40 |
| HSL | 252.08º | 0.96% | 0.3% | - |
| HSV(B) | 252.08º | 0.98% | 0.6% | - |
| XYZ | 6.33 | 2.66 | 29.88 | - |
| YUV | 28.96 | 197.44 | 130.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 3 | 152 | 0.78 | 0.98 | 0 | 0.40 | 252.08 | 0.96 | 0.3 |
| Hex | 21 | 3 | 98 | 4E | 62 | 0 | 28 | FC | 60 | 1E |
| Octal | 41 | 3 | 230 | 116 | 142 | 0 | 50 | 374 | 140 | 36 |
| Binary | 100001 | 11 | 10011000 | 1001110 | 1100010 | 0 | 101000 | 11111100 | 1100000 | 11110 |
Color Harmonies of #210398
Complementary color
Monochromatic Colors of #210398
Black with #210398
Text Example
Text Example
White with #210398
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #210398; }
p { color: rgb(33,3,152); }
H1.HeaderClassName
{
color: #210398;
}
.AnyTagClassName
{
color: #210398;
}
</style>
background-color css
<style>
a { background-color: #210398; }
a { background-color: rgb(33,3,152); }
div.DivClassName
{
background-color: #210398;
}
.BgClassName
{
background-color: #210398;
}
</style>
border-color css
<style>
span { border-color: #210398; }
span { border-color: rgb(33,3,152); }
td.TdClassName
{
border-color: #210398;
}
.TagClassName
{
border-color: #210398;
}
</style>