Shades of Ultramarine #24239E
Tints of Ultramarine #24239E
RGB
CMYK
RGB Variations
Color information
#24239E (or 0x24239E) is known color: Ultramarine. HEX triplet: 24, 23 and 9E. RGB value is (36,35,158). Sum of RGB (Red+Green+Blue) = 36+35+158=229 (30% of max value = 765). Red value is 36 (14.45% from 255 or 15.72% from 229); Green value is 35 (14.06% from 255 or 15.28% from 229); Blue value is 158 (62.11% from 255 or 69.00% from 229); Max value from RGB is 158 - color contains mainly: blue. Hex color #24239E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #24239E is #DBDC61. Grayscale: #303030. Windows color (decimal): -14408802 or 10363684. OLE color: 10363684.
HSL color Cylindrical-coordinate representation of color #24239E: hue angle of 240.49º degrees, saturation: 0.64, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #24239E is Cyan = 0.77, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 36 | 35 | 158 | - |
| CMYK | 0.77 | 0.78 | 0 | 0.38 |
| HSL | 240.49º | 0.64% | 0.38% | - |
| HSV(B) | 240.49º | 0.78% | 0.62% | - |
| XYZ | 7.5 | 4.05 | 32.73 | - |
| YUV | 49.32 | 189.33 | 118.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 35 | 158 | 0.77 | 0.78 | 0 | 0.38 | 240.49 | 0.64 | 0.38 |
| Hex | 24 | 23 | 9E | 4D | 4E | 0 | 26 | F0 | 40 | 26 |
| Octal | 44 | 43 | 236 | 115 | 116 | 0 | 46 | 360 | 100 | 46 |
| Binary | 100100 | 100011 | 10011110 | 1001101 | 1001110 | 0 | 100110 | 11110000 | 1000000 | 100110 |
Color Harmonies of #24239E
Complementary color
Monochromatic Colors of #24239E
Black with #24239E
Text Example
Text Example
White with #24239E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24239E; }
p { color: rgb(36,35,158); }
H1.HeaderClassName
{
color: #24239E;
}
.AnyTagClassName
{
color: #24239E;
}
</style>
background-color css
<style>
a { background-color: #24239E; }
a { background-color: rgb(36,35,158); }
div.DivClassName
{
background-color: #24239E;
}
.BgClassName
{
background-color: #24239E;
}
</style>
border-color css
<style>
span { border-color: #24239E; }
span { border-color: rgb(36,35,158); }
td.TdClassName
{
border-color: #24239E;
}
.TagClassName
{
border-color: #24239E;
}
</style>