Shades of Ultramarine #242594
Tints of Ultramarine #242594
RGB
CMYK
RGB Variations
Color information
#242594 (or 0x242594) is known color: Ultramarine. HEX triplet: 24, 25 and 94. RGB value is (36,37,148). Sum of RGB (Red+Green+Blue) = 36+37+148=221 (29% of max value = 765). Red value is 36 (14.45% from 255 or 16.29% from 221); Green value is 37 (14.84% from 255 or 16.74% from 221); Blue value is 148 (58.20% from 255 or 66.97% from 221); Max value from RGB is 148 - color contains mainly: blue. Hex color #242594 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #242594 is #DBDA6B. Grayscale: #303030. Windows color (decimal): -14408300 or 9708836. OLE color: 9708836.
HSL color Cylindrical-coordinate representation of color #242594: hue angle of 239.46º degrees, saturation: 0.61, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #242594 is Cyan = 0.76, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 36 | 37 | 148 | - |
| CMYK | 0.76 | 0.75 | 0 | 0.42 |
| HSL | 239.46º | 0.61% | 0.36% | - |
| HSV(B) | 239.46º | 0.76% | 0.58% | - |
| XYZ | 6.73 | 3.84 | 28.4 | - |
| YUV | 49.36 | 183.67 | 118.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 37 | 148 | 0.76 | 0.75 | 0 | 0.42 | 239.46 | 0.61 | 0.36 |
| Hex | 24 | 25 | 94 | 4C | 4B | 0 | 2A | EF | 3D | 24 |
| Octal | 44 | 45 | 224 | 114 | 113 | 0 | 52 | 357 | 75 | 44 |
| Binary | 100100 | 100101 | 10010100 | 1001100 | 1001011 | 0 | 101010 | 11101111 | 111101 | 100100 |
Color Harmonies of #242594
Complementary color
Monochromatic Colors of #242594
Black with #242594
Text Example
Text Example
White with #242594
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #242594; }
p { color: rgb(36,37,148); }
H1.HeaderClassName
{
color: #242594;
}
.AnyTagClassName
{
color: #242594;
}
</style>
background-color css
<style>
a { background-color: #242594; }
a { background-color: rgb(36,37,148); }
div.DivClassName
{
background-color: #242594;
}
.BgClassName
{
background-color: #242594;
}
</style>
border-color css
<style>
span { border-color: #242594; }
span { border-color: rgb(36,37,148); }
td.TdClassName
{
border-color: #242594;
}
.TagClassName
{
border-color: #242594;
}
</style>