Shades of Ultramarine #23248D
Tints of Ultramarine #23248D
RGB
CMYK
RGB Variations
Color information
#23248D (or 0x23248D) is known color: Ultramarine. HEX triplet: 23, 24 and 8D. RGB value is (35,36,141). Sum of RGB (Red+Green+Blue) = 35+36+141=212 (28% of max value = 765). Red value is 35 (14.06% from 255 or 16.51% from 212); Green value is 36 (14.45% from 255 or 16.98% from 212); Blue value is 141 (55.47% from 255 or 66.51% from 212); Max value from RGB is 141 - color contains mainly: blue. Hex color #23248D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #23248D is #DCDB72. Grayscale: #2F2F2F. Windows color (decimal): -14474099 or 9249827. OLE color: 9249827.
HSL color Cylindrical-coordinate representation of color #23248D: hue angle of 239.43º degrees, saturation: 0.6, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #23248D is Cyan = 0.75, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 35 | 36 | 141 | - |
| CMYK | 0.75 | 0.74 | 0 | 0.45 |
| HSL | 239.43º | 0.6% | 0.35% | - |
| HSV(B) | 239.43º | 0.75% | 0.55% | - |
| XYZ | 6.13 | 3.54 | 25.56 | - |
| YUV | 47.67 | 180.67 | 118.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 36 | 141 | 0.75 | 0.74 | 0 | 0.45 | 239.43 | 0.6 | 0.35 |
| Hex | 23 | 24 | 8D | 4B | 4A | 0 | 2D | EF | 3C | 23 |
| Octal | 43 | 44 | 215 | 113 | 112 | 0 | 55 | 357 | 74 | 43 |
| Binary | 100011 | 100100 | 10001101 | 1001011 | 1001010 | 0 | 101101 | 11101111 | 111100 | 100011 |
Color Harmonies of #23248D
Complementary color
Monochromatic Colors of #23248D
Black with #23248D
Text Example
Text Example
White with #23248D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23248D; }
p { color: rgb(35,36,141); }
H1.HeaderClassName
{
color: #23248D;
}
.AnyTagClassName
{
color: #23248D;
}
</style>
background-color css
<style>
a { background-color: #23248D; }
a { background-color: rgb(35,36,141); }
div.DivClassName
{
background-color: #23248D;
}
.BgClassName
{
background-color: #23248D;
}
</style>
border-color css
<style>
span { border-color: #23248D; }
span { border-color: rgb(35,36,141); }
td.TdClassName
{
border-color: #23248D;
}
.TagClassName
{
border-color: #23248D;
}
</style>