Shades of Ultramarine #242396
Tints of Ultramarine #242396
RGB
CMYK
RGB Variations
Color information
#242396 (or 0x242396) is known color: Ultramarine. HEX triplet: 24, 23 and 96. RGB value is (36,35,150). Sum of RGB (Red+Green+Blue) = 36+35+150=221 (29% of max value = 765). Red value is 36 (14.45% from 255 or 16.29% from 221); Green value is 35 (14.06% from 255 or 15.84% from 221); Blue value is 150 (58.98% from 255 or 67.87% from 221); Max value from RGB is 150 - color contains mainly: blue. Hex color #242396 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #242396 is #DBDC69. Grayscale: #2F2F2F. Windows color (decimal): -14408810 or 9839396. OLE color: 9839396.
HSL color Cylindrical-coordinate representation of color #242396: hue angle of 240.52º degrees, saturation: 0.62, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #242396 is Cyan = 0.76, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 36 | 35 | 150 | - |
| CMYK | 0.76 | 0.77 | 0 | 0.41 |
| HSL | 240.52º | 0.62% | 0.36% | - |
| HSV(B) | 240.52º | 0.77% | 0.59% | - |
| XYZ | 6.83 | 3.78 | 29.22 | - |
| YUV | 48.41 | 185.33 | 119.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 35 | 150 | 0.76 | 0.77 | 0 | 0.41 | 240.52 | 0.62 | 0.36 |
| Hex | 24 | 23 | 96 | 4C | 4D | 0 | 29 | F1 | 3E | 24 |
| Octal | 44 | 43 | 226 | 114 | 115 | 0 | 51 | 361 | 76 | 44 |
| Binary | 100100 | 100011 | 10010110 | 1001100 | 1001101 | 0 | 101001 | 11110001 | 111110 | 100100 |
Color Harmonies of #242396
Complementary color
Monochromatic Colors of #242396
Black with #242396
Text Example
Text Example
White with #242396
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #242396; }
p { color: rgb(36,35,150); }
H1.HeaderClassName
{
color: #242396;
}
.AnyTagClassName
{
color: #242396;
}
</style>
background-color css
<style>
a { background-color: #242396; }
a { background-color: rgb(36,35,150); }
div.DivClassName
{
background-color: #242396;
}
.BgClassName
{
background-color: #242396;
}
</style>
border-color css
<style>
span { border-color: #242396; }
span { border-color: rgb(36,35,150); }
td.TdClassName
{
border-color: #242396;
}
.TagClassName
{
border-color: #242396;
}
</style>