Shades of Ultramarine #242491
Tints of Ultramarine #242491
RGB
CMYK
RGB Variations
Color information
#242491 (or 0x242491) is known color: Ultramarine. HEX triplet: 24, 24 and 91. RGB value is (36,36,145). Sum of RGB (Red+Green+Blue) = 36+36+145=217 (28% of max value = 765). Red value is 36 (14.45% from 255 or 16.59% from 217); Green value is 36 (14.45% from 255 or 16.59% from 217); Blue value is 145 (57.03% from 255 or 66.82% from 217); Max value from RGB is 145 - color contains mainly: blue. Hex color #242491 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #242491 is #DBDB6E. Grayscale: #2F2F2F. Windows color (decimal): -14408559 or 9511972. OLE color: 9511972.
HSL color Cylindrical-coordinate representation of color #242491: hue angle of 240º degrees, saturation: 0.6, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #242491 is Cyan = 0.75, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 36 | 36 | 145 | - |
| CMYK | 0.75 | 0.75 | 0 | 0.43 |
| HSL | 240º | 0.6% | 0.35% | - |
| HSV(B) | 240º | 0.75% | 0.57% | - |
| XYZ | 6.47 | 3.68 | 27.16 | - |
| YUV | 48.43 | 182.5 | 119.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 36 | 145 | 0.75 | 0.75 | 0 | 0.43 | 240 | 0.6 | 0.35 |
| Hex | 24 | 24 | 91 | 4B | 4B | 0 | 2B | F0 | 3C | 23 |
| Octal | 44 | 44 | 221 | 113 | 113 | 0 | 53 | 360 | 74 | 43 |
| Binary | 100100 | 100100 | 10010001 | 1001011 | 1001011 | 0 | 101011 | 11110000 | 111100 | 100011 |
Color Harmonies of #242491
Complementary color
Monochromatic Colors of #242491
Black with #242491
Text Example
Text Example
White with #242491
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #242491; }
p { color: rgb(36,36,145); }
H1.HeaderClassName
{
color: #242491;
}
.AnyTagClassName
{
color: #242491;
}
</style>
background-color css
<style>
a { background-color: #242491; }
a { background-color: rgb(36,36,145); }
div.DivClassName
{
background-color: #242491;
}
.BgClassName
{
background-color: #242491;
}
</style>
border-color css
<style>
span { border-color: #242491; }
span { border-color: rgb(36,36,145); }
td.TdClassName
{
border-color: #242491;
}
.TagClassName
{
border-color: #242491;
}
</style>