Shades of Ultramarine #212394
Tints of Ultramarine #212394
RGB
CMYK
RGB Variations
Color information
#212394 (or 0x212394) is known color: Ultramarine. HEX triplet: 21, 23 and 94. RGB value is (33,35,148). Sum of RGB (Red+Green+Blue) = 33+35+148=216 (28% of max value = 765). Red value is 33 (13.28% from 255 or 15.28% from 216); Green value is 35 (14.06% from 255 or 16.20% from 216); Blue value is 148 (58.20% from 255 or 68.52% from 216); Max value from RGB is 148 - color contains mainly: blue. Hex color #212394 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #212394 is #DEDC6B. Grayscale: #2E2E2E. Windows color (decimal): -14605420 or 9708321. OLE color: 9708321.
HSL color Cylindrical-coordinate representation of color #212394: hue angle of 238.96º degrees, saturation: 0.64, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #212394 is Cyan = 0.78, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 33 | 35 | 148 | - |
| CMYK | 0.78 | 0.76 | 0 | 0.42 |
| HSL | 238.96º | 0.64% | 0.35% | - |
| HSV(B) | 238.96º | 0.78% | 0.58% | - |
| XYZ | 6.57 | 3.66 | 28.38 | - |
| YUV | 47.28 | 184.84 | 117.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 35 | 148 | 0.78 | 0.76 | 0 | 0.42 | 238.96 | 0.64 | 0.35 |
| Hex | 21 | 23 | 94 | 4E | 4C | 0 | 2A | EF | 40 | 23 |
| Octal | 41 | 43 | 224 | 116 | 114 | 0 | 52 | 357 | 100 | 43 |
| Binary | 100001 | 100011 | 10010100 | 1001110 | 1001100 | 0 | 101010 | 11101111 | 1000000 | 100011 |
Color Harmonies of #212394
Complementary color
Monochromatic Colors of #212394
Black with #212394
Text Example
Text Example
White with #212394
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #212394; }
p { color: rgb(33,35,148); }
H1.HeaderClassName
{
color: #212394;
}
.AnyTagClassName
{
color: #212394;
}
</style>
background-color css
<style>
a { background-color: #212394; }
a { background-color: rgb(33,35,148); }
div.DivClassName
{
background-color: #212394;
}
.BgClassName
{
background-color: #212394;
}
</style>
border-color css
<style>
span { border-color: #212394; }
span { border-color: rgb(33,35,148); }
td.TdClassName
{
border-color: #212394;
}
.TagClassName
{
border-color: #212394;
}
</style>