Shades of Ultramarine #24278E
Tints of Ultramarine #24278E
RGB
CMYK
RGB Variations
Color information
#24278E (or 0x24278E) is known color: Ultramarine. HEX triplet: 24, 27 and 8E. RGB value is (36,39,142). Sum of RGB (Red+Green+Blue) = 36+39+142=217 (28% of max value = 765). Red value is 36 (14.45% from 255 or 16.59% from 217); Green value is 39 (15.62% from 255 or 17.97% from 217); Blue value is 142 (55.86% from 255 or 65.44% from 217); Max value from RGB is 142 - color contains mainly: blue. Hex color #24278E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #24278E is #DBD871. Grayscale: #313131. Windows color (decimal): -14407794 or 9316132. OLE color: 9316132.
HSL color Cylindrical-coordinate representation of color #24278E: hue angle of 238.3º degrees, saturation: 0.6, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #24278E is Cyan = 0.75, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 36 | 39 | 142 | - |
| CMYK | 0.75 | 0.73 | 0 | 0.44 |
| HSL | 238.3º | 0.6% | 0.35% | - |
| HSV(B) | 238.3º | 0.75% | 0.56% | - |
| XYZ | 6.34 | 3.78 | 25.99 | - |
| YUV | 49.85 | 180.01 | 118.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 39 | 142 | 0.75 | 0.73 | 0 | 0.44 | 238.3 | 0.6 | 0.35 |
| Hex | 24 | 27 | 8E | 4B | 49 | 0 | 2C | EE | 3C | 23 |
| Octal | 44 | 47 | 216 | 113 | 111 | 0 | 54 | 356 | 74 | 43 |
| Binary | 100100 | 100111 | 10001110 | 1001011 | 1001001 | 0 | 101100 | 11101110 | 111100 | 100011 |
Color Harmonies of #24278E
Complementary color
Monochromatic Colors of #24278E
Black with #24278E
Text Example
Text Example
White with #24278E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24278E; }
p { color: rgb(36,39,142); }
H1.HeaderClassName
{
color: #24278E;
}
.AnyTagClassName
{
color: #24278E;
}
</style>
background-color css
<style>
a { background-color: #24278E; }
a { background-color: rgb(36,39,142); }
div.DivClassName
{
background-color: #24278E;
}
.BgClassName
{
background-color: #24278E;
}
</style>
border-color css
<style>
span { border-color: #24278E; }
span { border-color: rgb(36,39,142); }
td.TdClassName
{
border-color: #24278E;
}
.TagClassName
{
border-color: #24278E;
}
</style>