Shades of Ultramarine #23229D
Tints of Ultramarine #23229D
RGB
CMYK
RGB Variations
Color information
#23229D (or 0x23229D) is known color: Ultramarine. HEX triplet: 23, 22 and 9D. RGB value is (35,34,157). Sum of RGB (Red+Green+Blue) = 35+34+157=226 (29% of max value = 765). Red value is 35 (14.06% from 255 or 15.49% from 226); Green value is 34 (13.67% from 255 or 15.04% from 226); Blue value is 157 (61.72% from 255 or 69.47% from 226); Max value from RGB is 157 - color contains mainly: blue. Hex color #23229D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #23229D is #DCDD62. Grayscale: #2F2F2F. Windows color (decimal): -14474595 or 10297891. OLE color: 10297891.
HSL color Cylindrical-coordinate representation of color #23229D: hue angle of 240.49º degrees, saturation: 0.64, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #23229D is Cyan = 0.78, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 35 | 34 | 157 | - |
| CMYK | 0.78 | 0.78 | 0 | 0.38 |
| HSL | 240.49º | 0.64% | 0.37% | - |
| HSV(B) | 240.49º | 0.78% | 0.62% | - |
| XYZ | 7.35 | 3.94 | 32.27 | - |
| YUV | 48.32 | 189.33 | 118.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 34 | 157 | 0.78 | 0.78 | 0 | 0.38 | 240.49 | 0.64 | 0.37 |
| Hex | 23 | 22 | 9D | 4E | 4E | 0 | 26 | F0 | 40 | 25 |
| Octal | 43 | 42 | 235 | 116 | 116 | 0 | 46 | 360 | 100 | 45 |
| Binary | 100011 | 100010 | 10011101 | 1001110 | 1001110 | 0 | 100110 | 11110000 | 1000000 | 100101 |
Color Harmonies of #23229D
Complementary color
Monochromatic Colors of #23229D
Black with #23229D
Text Example
Text Example
White with #23229D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23229D; }
p { color: rgb(35,34,157); }
H1.HeaderClassName
{
color: #23229D;
}
.AnyTagClassName
{
color: #23229D;
}
</style>
background-color css
<style>
a { background-color: #23229D; }
a { background-color: rgb(35,34,157); }
div.DivClassName
{
background-color: #23229D;
}
.BgClassName
{
background-color: #23229D;
}
</style>
border-color css
<style>
span { border-color: #23229D; }
span { border-color: rgb(35,34,157); }
td.TdClassName
{
border-color: #23229D;
}
.TagClassName
{
border-color: #23229D;
}
</style>