Shades of Ultramarine #23229E
Tints of Ultramarine #23229E
RGB
CMYK
RGB Variations
Color information
#23229E (or 0x23229E) is known color: Ultramarine. HEX triplet: 23, 22 and 9E. RGB value is (35,34,158). Sum of RGB (Red+Green+Blue) = 35+34+158=227 (30% of max value = 765). Red value is 35 (14.06% from 255 or 15.42% from 227); Green value is 34 (13.67% from 255 or 14.98% from 227); Blue value is 158 (62.11% from 255 or 69.60% from 227); Max value from RGB is 158 - color contains mainly: blue. Hex color #23229E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #23229E is #DCDD61. Grayscale: #2F2F2F. Windows color (decimal): -14474594 or 10363427. OLE color: 10363427.
HSL color Cylindrical-coordinate representation of color #23229E: hue angle of 240.48º degrees, saturation: 0.65, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #23229E is Cyan = 0.78, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 35 | 34 | 158 | - |
| CMYK | 0.78 | 0.78 | 0 | 0.38 |
| HSL | 240.48º | 0.65% | 0.38% | - |
| HSV(B) | 240.48º | 0.78% | 0.62% | - |
| XYZ | 7.44 | 3.97 | 32.72 | - |
| YUV | 48.44 | 189.83 | 118.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 34 | 158 | 0.78 | 0.78 | 0 | 0.38 | 240.48 | 0.65 | 0.38 |
| Hex | 23 | 22 | 9E | 4E | 4E | 0 | 26 | F0 | 41 | 26 |
| Octal | 43 | 42 | 236 | 116 | 116 | 0 | 46 | 360 | 101 | 46 |
| Binary | 100011 | 100010 | 10011110 | 1001110 | 1001110 | 0 | 100110 | 11110000 | 1000001 | 100110 |
Color Harmonies of #23229E
Complementary color
Monochromatic Colors of #23229E
Black with #23229E
Text Example
Text Example
White with #23229E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23229E; }
p { color: rgb(35,34,158); }
H1.HeaderClassName
{
color: #23229E;
}
.AnyTagClassName
{
color: #23229E;
}
</style>
background-color css
<style>
a { background-color: #23229E; }
a { background-color: rgb(35,34,158); }
div.DivClassName
{
background-color: #23229E;
}
.BgClassName
{
background-color: #23229E;
}
</style>
border-color css
<style>
span { border-color: #23229E; }
span { border-color: rgb(35,34,158); }
td.TdClassName
{
border-color: #23229E;
}
.TagClassName
{
border-color: #23229E;
}
</style>