Shades of Ultramarine #242592
Tints of Ultramarine #242592
RGB
CMYK
RGB Variations
Color information
#242592 (or 0x242592) is known color: Ultramarine. HEX triplet: 24, 25 and 92. RGB value is (36,37,146). Sum of RGB (Red+Green+Blue) = 36+37+146=219 (29% of max value = 765). Red value is 36 (14.45% from 255 or 16.44% from 219); Green value is 37 (14.84% from 255 or 16.89% from 219); Blue value is 146 (57.42% from 255 or 66.67% from 219); Max value from RGB is 146 - color contains mainly: blue. Hex color #242592 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #242592 is #DBDA6D. Grayscale: #303030. Windows color (decimal): -14408302 or 9577764. OLE color: 9577764.
HSL color Cylindrical-coordinate representation of color #242592: hue angle of 239.45º degrees, saturation: 0.6, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #242592 is Cyan = 0.75, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 36 | 37 | 146 | - |
| CMYK | 0.75 | 0.75 | 0 | 0.43 |
| HSL | 239.45º | 0.6% | 0.36% | - |
| HSV(B) | 239.45º | 0.75% | 0.57% | - |
| XYZ | 6.58 | 3.77 | 27.58 | - |
| YUV | 49.13 | 182.67 | 118.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 37 | 146 | 0.75 | 0.75 | 0 | 0.43 | 239.45 | 0.6 | 0.36 |
| Hex | 24 | 25 | 92 | 4B | 4B | 0 | 2B | EF | 3C | 24 |
| Octal | 44 | 45 | 222 | 113 | 113 | 0 | 53 | 357 | 74 | 44 |
| Binary | 100100 | 100101 | 10010010 | 1001011 | 1001011 | 0 | 101011 | 11101111 | 111100 | 100100 |
Color Harmonies of #242592
Complementary color
Monochromatic Colors of #242592
Black with #242592
Text Example
Text Example
White with #242592
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #242592; }
p { color: rgb(36,37,146); }
H1.HeaderClassName
{
color: #242592;
}
.AnyTagClassName
{
color: #242592;
}
</style>
background-color css
<style>
a { background-color: #242592; }
a { background-color: rgb(36,37,146); }
div.DivClassName
{
background-color: #242592;
}
.BgClassName
{
background-color: #242592;
}
</style>
border-color css
<style>
span { border-color: #242592; }
span { border-color: rgb(36,37,146); }
td.TdClassName
{
border-color: #242592;
}
.TagClassName
{
border-color: #242592;
}
</style>