Shades of Ultramarine #23228C
Tints of Ultramarine #23228C
RGB
CMYK
RGB Variations
Color information
#23228C (or 0x23228C) is known color: Ultramarine. HEX triplet: 23, 22 and 8C. RGB value is (35,34,140). Sum of RGB (Red+Green+Blue) = 35+34+140=209 (27% of max value = 765). Red value is 35 (14.06% from 255 or 16.75% from 209); Green value is 34 (13.67% from 255 or 16.27% from 209); Blue value is 140 (55.08% from 255 or 66.99% from 209); Max value from RGB is 140 - color contains mainly: blue. Hex color #23228C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #23228C is #DCDD73. Grayscale: #2D2D2D. Windows color (decimal): -14474612 or 9183779. OLE color: 9183779.
HSL color Cylindrical-coordinate representation of color #23228C: hue angle of 240.57º degrees, saturation: 0.61, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #23228C is Cyan = 0.75, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 35 | 34 | 140 | - |
| CMYK | 0.75 | 0.76 | 0 | 0.45 |
| HSL | 240.57º | 0.61% | 0.34% | - |
| HSV(B) | 240.57º | 0.76% | 0.55% | - |
| XYZ | 6 | 3.39 | 25.15 | - |
| YUV | 46.38 | 180.83 | 119.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 34 | 140 | 0.75 | 0.76 | 0 | 0.45 | 240.57 | 0.61 | 0.34 |
| Hex | 23 | 22 | 8C | 4B | 4C | 0 | 2D | F1 | 3D | 22 |
| Octal | 43 | 42 | 214 | 113 | 114 | 0 | 55 | 361 | 75 | 42 |
| Binary | 100011 | 100010 | 10001100 | 1001011 | 1001100 | 0 | 101101 | 11110001 | 111101 | 100010 |
Color Harmonies of #23228C
Complementary color
Monochromatic Colors of #23228C
Black with #23228C
Text Example
Text Example
White with #23228C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23228C; }
p { color: rgb(35,34,140); }
H1.HeaderClassName
{
color: #23228C;
}
.AnyTagClassName
{
color: #23228C;
}
</style>
background-color css
<style>
a { background-color: #23228C; }
a { background-color: rgb(35,34,140); }
div.DivClassName
{
background-color: #23228C;
}
.BgClassName
{
background-color: #23228C;
}
</style>
border-color css
<style>
span { border-color: #23228C; }
span { border-color: rgb(35,34,140); }
td.TdClassName
{
border-color: #23228C;
}
.TagClassName
{
border-color: #23228C;
}
</style>