Shades of Ultramarine #23258D
Tints of Ultramarine #23258D
RGB
CMYK
RGB Variations
Color information
#23258D (or 0x23258D) is known color: Ultramarine. HEX triplet: 23, 25 and 8D. RGB value is (35,37,141). Sum of RGB (Red+Green+Blue) = 35+37+141=213 (28% of max value = 765). Red value is 35 (14.06% from 255 or 16.43% from 213); Green value is 37 (14.84% from 255 or 17.37% from 213); Blue value is 141 (55.47% from 255 or 66.20% from 213); Max value from RGB is 141 - color contains mainly: blue. Hex color #23258D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #23258D is #DCDA72. Grayscale: #2F2F2F. Windows color (decimal): -14473843 or 9250083. OLE color: 9250083.
HSL color Cylindrical-coordinate representation of color #23258D: hue angle of 238.87º 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 #23258D is Cyan = 0.75, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 35 | 37 | 141 | - |
| CMYK | 0.75 | 0.74 | 0 | 0.45 |
| HSL | 238.87º | 0.6% | 0.35% | - |
| HSV(B) | 238.87º | 0.75% | 0.55% | - |
| XYZ | 6.16 | 3.6 | 25.57 | - |
| YUV | 48.26 | 180.34 | 118.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 37 | 141 | 0.75 | 0.74 | 0 | 0.45 | 238.87 | 0.6 | 0.35 |
| Hex | 23 | 25 | 8D | 4B | 4A | 0 | 2D | EF | 3C | 23 |
| Octal | 43 | 45 | 215 | 113 | 112 | 0 | 55 | 357 | 74 | 43 |
| Binary | 100011 | 100101 | 10001101 | 1001011 | 1001010 | 0 | 101101 | 11101111 | 111100 | 100011 |
Color Harmonies of #23258D
Complementary color
Monochromatic Colors of #23258D
Black with #23258D
Text Example
Text Example
White with #23258D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23258D; }
p { color: rgb(35,37,141); }
H1.HeaderClassName
{
color: #23258D;
}
.AnyTagClassName
{
color: #23258D;
}
</style>
background-color css
<style>
a { background-color: #23258D; }
a { background-color: rgb(35,37,141); }
div.DivClassName
{
background-color: #23258D;
}
.BgClassName
{
background-color: #23258D;
}
</style>
border-color css
<style>
span { border-color: #23258D; }
span { border-color: rgb(35,37,141); }
td.TdClassName
{
border-color: #23258D;
}
.TagClassName
{
border-color: #23258D;
}
</style>