Shades of Ultramarine #232590
Tints of Ultramarine #232590
RGB
CMYK
RGB Variations
Color information
#232590 (or 0x232590) is known color: Ultramarine. HEX triplet: 23, 25 and 90. RGB value is (35,37,144). Sum of RGB (Red+Green+Blue) = 35+37+144=216 (28% of max value = 765). Red value is 35 (14.06% from 255 or 16.20% from 216); Green value is 37 (14.84% from 255 or 17.13% from 216); Blue value is 144 (56.64% from 255 or 66.67% from 216); Max value from RGB is 144 - color contains mainly: blue. Hex color #232590 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #232590 is #DCDA6F. Grayscale: #303030. Windows color (decimal): -14473840 or 9446691. OLE color: 9446691.
HSL color Cylindrical-coordinate representation of color #232590: hue angle of 238.9º degrees, saturation: 0.61, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #232590 is Cyan = 0.76, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 35 | 37 | 144 | - |
| CMYK | 0.76 | 0.74 | 0 | 0.44 |
| HSL | 238.9º | 0.61% | 0.35% | - |
| HSV(B) | 238.9º | 0.76% | 0.56% | - |
| XYZ | 6.39 | 3.69 | 26.76 | - |
| YUV | 48.6 | 181.84 | 118.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 37 | 144 | 0.76 | 0.74 | 0 | 0.44 | 238.9 | 0.61 | 0.35 |
| Hex | 23 | 25 | 90 | 4C | 4A | 0 | 2C | EF | 3D | 23 |
| Octal | 43 | 45 | 220 | 114 | 112 | 0 | 54 | 357 | 75 | 43 |
| Binary | 100011 | 100101 | 10010000 | 1001100 | 1001010 | 0 | 101100 | 11101111 | 111101 | 100011 |
Color Harmonies of #232590
Complementary color
Monochromatic Colors of #232590
Black with #232590
Text Example
Text Example
White with #232590
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #232590; }
p { color: rgb(35,37,144); }
H1.HeaderClassName
{
color: #232590;
}
.AnyTagClassName
{
color: #232590;
}
</style>
background-color css
<style>
a { background-color: #232590; }
a { background-color: rgb(35,37,144); }
div.DivClassName
{
background-color: #232590;
}
.BgClassName
{
background-color: #232590;
}
</style>
border-color css
<style>
span { border-color: #232590; }
span { border-color: rgb(35,37,144); }
td.TdClassName
{
border-color: #232590;
}
.TagClassName
{
border-color: #232590;
}
</style>