Shades of Ultramarine #23229A
Tints of Ultramarine #23229A
RGB
CMYK
RGB Variations
Color information
#23229A (or 0x23229A) is known color: Ultramarine. HEX triplet: 23, 22 and 9A. RGB value is (35,34,154). Sum of RGB (Red+Green+Blue) = 35+34+154=223 (29% of max value = 765). Red value is 35 (14.06% from 255 or 15.70% from 223); Green value is 34 (13.67% from 255 or 15.25% from 223); Blue value is 154 (60.55% from 255 or 69.06% from 223); Max value from RGB is 154 - color contains mainly: blue. Hex color #23229A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #23229A is #DCDD65. Grayscale: #2F2F2F. Windows color (decimal): -14474598 or 10101283. OLE color: 10101283.
HSL color Cylindrical-coordinate representation of color #23229A: hue angle of 240.5º degrees, saturation: 0.64, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #23229A is Cyan = 0.77, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 35 | 34 | 154 | - |
| CMYK | 0.77 | 0.78 | 0 | 0.40 |
| HSL | 240.5º | 0.64% | 0.37% | - |
| HSV(B) | 240.5º | 0.78% | 0.6% | - |
| XYZ | 7.1 | 3.83 | 30.94 | - |
| YUV | 47.98 | 187.83 | 118.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 34 | 154 | 0.77 | 0.78 | 0 | 0.40 | 240.5 | 0.64 | 0.37 |
| Hex | 23 | 22 | 9A | 4D | 4E | 0 | 28 | F0 | 40 | 25 |
| Octal | 43 | 42 | 232 | 115 | 116 | 0 | 50 | 360 | 100 | 45 |
| Binary | 100011 | 100010 | 10011010 | 1001101 | 1001110 | 0 | 101000 | 11110000 | 1000000 | 100101 |
Color Harmonies of #23229A
Complementary color
Monochromatic Colors of #23229A
Black with #23229A
Text Example
Text Example
White with #23229A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23229A; }
p { color: rgb(35,34,154); }
H1.HeaderClassName
{
color: #23229A;
}
.AnyTagClassName
{
color: #23229A;
}
</style>
background-color css
<style>
a { background-color: #23229A; }
a { background-color: rgb(35,34,154); }
div.DivClassName
{
background-color: #23229A;
}
.BgClassName
{
background-color: #23229A;
}
</style>
border-color css
<style>
span { border-color: #23229A; }
span { border-color: rgb(35,34,154); }
td.TdClassName
{
border-color: #23229A;
}
.TagClassName
{
border-color: #23229A;
}
</style>