Shades of Ultramarine #242295
Tints of Ultramarine #242295
RGB
CMYK
RGB Variations
Color information
#242295 (or 0x242295) is known color: Ultramarine. HEX triplet: 24, 22 and 95. RGB value is (36,34,149). Sum of RGB (Red+Green+Blue) = 36+34+149=219 (29% of max value = 765). Red value is 36 (14.45% from 255 or 16.44% from 219); Green value is 34 (13.67% from 255 or 15.53% from 219); Blue value is 149 (58.59% from 255 or 68.04% from 219); Max value from RGB is 149 - color contains mainly: blue. Hex color #242295 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #242295 is #DBDD6A. Grayscale: #2F2F2F. Windows color (decimal): -14409067 or 9773604. OLE color: 9773604.
HSL color Cylindrical-coordinate representation of color #242295: hue angle of 241.04º degrees, saturation: 0.63, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #242295 is Cyan = 0.76, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 36 | 34 | 149 | - |
| CMYK | 0.76 | 0.77 | 0 | 0.42 |
| HSL | 241.04º | 0.63% | 0.36% | - |
| HSV(B) | 241.04º | 0.77% | 0.58% | - |
| XYZ | 6.72 | 3.69 | 28.79 | - |
| YUV | 47.71 | 185.16 | 119.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 34 | 149 | 0.76 | 0.77 | 0 | 0.42 | 241.04 | 0.63 | 0.36 |
| Hex | 24 | 22 | 95 | 4C | 4D | 0 | 2A | F1 | 3F | 24 |
| Octal | 44 | 42 | 225 | 114 | 115 | 0 | 52 | 361 | 77 | 44 |
| Binary | 100100 | 100010 | 10010101 | 1001100 | 1001101 | 0 | 101010 | 11110001 | 111111 | 100100 |
Color Harmonies of #242295
Complementary color
Monochromatic Colors of #242295
Black with #242295
Text Example
Text Example
White with #242295
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #242295; }
p { color: rgb(36,34,149); }
H1.HeaderClassName
{
color: #242295;
}
.AnyTagClassName
{
color: #242295;
}
</style>
background-color css
<style>
a { background-color: #242295; }
a { background-color: rgb(36,34,149); }
div.DivClassName
{
background-color: #242295;
}
.BgClassName
{
background-color: #242295;
}
</style>
border-color css
<style>
span { border-color: #242295; }
span { border-color: rgb(36,34,149); }
td.TdClassName
{
border-color: #242295;
}
.TagClassName
{
border-color: #242295;
}
</style>