Shades of Ultramarine #242399
Tints of Ultramarine #242399
RGB
CMYK
RGB Variations
Color information
#242399 (or 0x242399) is known color: Ultramarine. HEX triplet: 24, 23 and 99. RGB value is (36,35,153). Sum of RGB (Red+Green+Blue) = 36+35+153=224 (29% of max value = 765). Red value is 36 (14.45% from 255 or 16.07% from 224); Green value is 35 (14.06% from 255 or 15.62% from 224); Blue value is 153 (60.16% from 255 or 68.30% from 224); Max value from RGB is 153 - color contains mainly: blue. Hex color #242399 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #242399 is #DBDC66. Grayscale: #303030. Windows color (decimal): -14408807 or 10036004. OLE color: 10036004.
HSL color Cylindrical-coordinate representation of color #242399: hue angle of 240.51º degrees, saturation: 0.63, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #242399 is Cyan = 0.76, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 36 | 35 | 153 | - |
| CMYK | 0.76 | 0.77 | 0 | 0.4 |
| HSL | 240.51º | 0.63% | 0.37% | - |
| HSV(B) | 240.51º | 0.77% | 0.6% | - |
| XYZ | 7.08 | 3.88 | 30.51 | - |
| YUV | 48.75 | 186.83 | 118.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 35 | 153 | 0.76 | 0.77 | 0 | 0.4 | 240.51 | 0.63 | 0.37 |
| Hex | 24 | 23 | 99 | 4C | 4D | 0 | 28 | F1 | 3F | 25 |
| Octal | 44 | 43 | 231 | 114 | 115 | 0 | 50 | 361 | 77 | 45 |
| Binary | 100100 | 100011 | 10011001 | 1001100 | 1001101 | 0 | 101000 | 11110001 | 111111 | 100101 |
Color Harmonies of #242399
Complementary color
Monochromatic Colors of #242399
Black with #242399
Text Example
Text Example
White with #242399
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #242399; }
p { color: rgb(36,35,153); }
H1.HeaderClassName
{
color: #242399;
}
.AnyTagClassName
{
color: #242399;
}
</style>
background-color css
<style>
a { background-color: #242399; }
a { background-color: rgb(36,35,153); }
div.DivClassName
{
background-color: #242399;
}
.BgClassName
{
background-color: #242399;
}
</style>
border-color css
<style>
span { border-color: #242399; }
span { border-color: rgb(36,35,153); }
td.TdClassName
{
border-color: #242399;
}
.TagClassName
{
border-color: #242399;
}
</style>