Shades of Ultramarine #242298
Tints of Ultramarine #242298
RGB
CMYK
RGB Variations
Color information
#242298 (or 0x242298) is known color: Ultramarine. HEX triplet: 24, 22 and 98. RGB value is (36,34,152). Sum of RGB (Red+Green+Blue) = 36+34+152=222 (29% of max value = 765). Red value is 36 (14.45% from 255 or 16.22% from 222); Green value is 34 (13.67% from 255 or 15.32% from 222); Blue value is 152 (59.77% from 255 or 68.47% from 222); Max value from RGB is 152 - color contains mainly: blue. Hex color #242298 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #242298 is #DBDD67. Grayscale: #2F2F2F. Windows color (decimal): -14409064 or 9970212. OLE color: 9970212.
HSL color Cylindrical-coordinate representation of color #242298: hue angle of 241.02º degrees, saturation: 0.63, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #242298 is Cyan = 0.76, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 36 | 34 | 152 | - |
| CMYK | 0.76 | 0.78 | 0 | 0.40 |
| HSL | 241.02º | 0.63% | 0.36% | - |
| HSV(B) | 241.02º | 0.78% | 0.6% | - |
| XYZ | 6.97 | 3.79 | 30.07 | - |
| YUV | 48.05 | 186.66 | 119.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 34 | 152 | 0.76 | 0.78 | 0 | 0.40 | 241.02 | 0.63 | 0.36 |
| Hex | 24 | 22 | 98 | 4C | 4E | 0 | 28 | F1 | 3F | 24 |
| Octal | 44 | 42 | 230 | 114 | 116 | 0 | 50 | 361 | 77 | 44 |
| Binary | 100100 | 100010 | 10011000 | 1001100 | 1001110 | 0 | 101000 | 11110001 | 111111 | 100100 |
Color Harmonies of #242298
Complementary color
Monochromatic Colors of #242298
Black with #242298
Text Example
Text Example
White with #242298
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #242298; }
p { color: rgb(36,34,152); }
H1.HeaderClassName
{
color: #242298;
}
.AnyTagClassName
{
color: #242298;
}
</style>
background-color css
<style>
a { background-color: #242298; }
a { background-color: rgb(36,34,152); }
div.DivClassName
{
background-color: #242298;
}
.BgClassName
{
background-color: #242298;
}
</style>
border-color css
<style>
span { border-color: #242298; }
span { border-color: rgb(36,34,152); }
td.TdClassName
{
border-color: #242298;
}
.TagClassName
{
border-color: #242298;
}
</style>