Shades of Ultramarine #23238E
Tints of Ultramarine #23238E
RGB
CMYK
RGB Variations
Color information
#23238E (or 0x23238E) is known color: Ultramarine. HEX triplet: 23, 23 and 8E. RGB value is (35,35,142). Sum of RGB (Red+Green+Blue) = 35+35+142=212 (28% of max value = 765). Red value is 35 (14.06% from 255 or 16.51% from 212); Green value is 35 (14.06% from 255 or 16.51% from 212); Blue value is 142 (55.86% from 255 or 66.98% from 212); Max value from RGB is 142 - color contains mainly: blue. Hex color #23238E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #23238E is #DCDC71. Grayscale: #2E2E2E. Windows color (decimal): -14474354 or 9315107. OLE color: 9315107.
HSL color Cylindrical-coordinate representation of color #23238E: hue angle of 240º degrees, saturation: 0.6, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #23238E is Cyan = 0.75, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 35 | 35 | 142 | - |
| CMYK | 0.75 | 0.75 | 0 | 0.44 |
| HSL | 240º | 0.6% | 0.35% | - |
| HSV(B) | 240º | 0.75% | 0.56% | - |
| XYZ | 6.18 | 3.51 | 25.94 | - |
| YUV | 47.2 | 181.5 | 119.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 35 | 142 | 0.75 | 0.75 | 0 | 0.44 | 240 | 0.6 | 0.35 |
| Hex | 23 | 23 | 8E | 4B | 4B | 0 | 2C | F0 | 3C | 23 |
| Octal | 43 | 43 | 216 | 113 | 113 | 0 | 54 | 360 | 74 | 43 |
| Binary | 100011 | 100011 | 10001110 | 1001011 | 1001011 | 0 | 101100 | 11110000 | 111100 | 100011 |
Color Harmonies of #23238E
Complementary color
Monochromatic Colors of #23238E
Black with #23238E
Text Example
Text Example
White with #23238E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23238E; }
p { color: rgb(35,35,142); }
H1.HeaderClassName
{
color: #23238E;
}
.AnyTagClassName
{
color: #23238E;
}
</style>
background-color css
<style>
a { background-color: #23238E; }
a { background-color: rgb(35,35,142); }
div.DivClassName
{
background-color: #23238E;
}
.BgClassName
{
background-color: #23238E;
}
</style>
border-color css
<style>
span { border-color: #23238E; }
span { border-color: rgb(35,35,142); }
td.TdClassName
{
border-color: #23238E;
}
.TagClassName
{
border-color: #23238E;
}
</style>