Shades of Ultramarine #242391
Tints of Ultramarine #242391
RGB
CMYK
RGB Variations
Color information
#242391 (or 0x242391) is known color: Ultramarine. HEX triplet: 24, 23 and 91. RGB value is (36,35,145). Sum of RGB (Red+Green+Blue) = 36+35+145=216 (28% of max value = 765). Red value is 36 (14.45% from 255 or 16.67% from 216); Green value is 35 (14.06% from 255 or 16.20% from 216); Blue value is 145 (57.03% from 255 or 67.13% from 216); Max value from RGB is 145 - color contains mainly: blue. Hex color #242391 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #242391 is #DBDC6E. Grayscale: #2F2F2F. Windows color (decimal): -14408815 or 9511716. OLE color: 9511716.
HSL color Cylindrical-coordinate representation of color #242391: hue angle of 240.55º degrees, saturation: 0.61, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #242391 is Cyan = 0.75, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 36 | 35 | 145 | - |
| CMYK | 0.75 | 0.76 | 0 | 0.43 |
| HSL | 240.55º | 0.61% | 0.35% | - |
| HSV(B) | 240.55º | 0.76% | 0.57% | - |
| XYZ | 6.44 | 3.62 | 27.15 | - |
| YUV | 47.84 | 182.83 | 119.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 35 | 145 | 0.75 | 0.76 | 0 | 0.43 | 240.55 | 0.61 | 0.35 |
| Hex | 24 | 23 | 91 | 4B | 4C | 0 | 2B | F1 | 3D | 23 |
| Octal | 44 | 43 | 221 | 113 | 114 | 0 | 53 | 361 | 75 | 43 |
| Binary | 100100 | 100011 | 10010001 | 1001011 | 1001100 | 0 | 101011 | 11110001 | 111101 | 100011 |
Color Harmonies of #242391
Complementary color
Monochromatic Colors of #242391
Black with #242391
Text Example
Text Example
White with #242391
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #242391; }
p { color: rgb(36,35,145); }
H1.HeaderClassName
{
color: #242391;
}
.AnyTagClassName
{
color: #242391;
}
</style>
background-color css
<style>
a { background-color: #242391; }
a { background-color: rgb(36,35,145); }
div.DivClassName
{
background-color: #242391;
}
.BgClassName
{
background-color: #242391;
}
</style>
border-color css
<style>
span { border-color: #242391; }
span { border-color: rgb(36,35,145); }
td.TdClassName
{
border-color: #242391;
}
.TagClassName
{
border-color: #242391;
}
</style>