Shades of Ultramarine #242299
Tints of Ultramarine #242299
RGB
CMYK
RGB Variations
Color information
#242299 (or 0x242299) is known color: Ultramarine. HEX triplet: 24, 22 and 99. RGB value is (36,34,153). Sum of RGB (Red+Green+Blue) = 36+34+153=223 (29% of max value = 765). Red value is 36 (14.45% from 255 or 16.14% from 223); Green value is 34 (13.67% from 255 or 15.25% from 223); Blue value is 153 (60.16% from 255 or 68.61% from 223); Max value from RGB is 153 - color contains mainly: blue. Hex color #242299 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #242299 is #DBDD66. Grayscale: #2F2F2F. Windows color (decimal): -14409063 or 10035748. OLE color: 10035748.
HSL color Cylindrical-coordinate representation of color #242299: hue angle of 241.01º degrees, saturation: 0.64, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #242299 is Cyan = 0.76, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 36 | 34 | 153 | - |
| CMYK | 0.76 | 0.78 | 0 | 0.4 |
| HSL | 241.01º | 0.64% | 0.37% | - |
| HSV(B) | 241.01º | 0.78% | 0.6% | - |
| XYZ | 7.05 | 3.82 | 30.5 | - |
| YUV | 48.16 | 187.16 | 119.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 34 | 153 | 0.76 | 0.78 | 0 | 0.4 | 241.01 | 0.64 | 0.37 |
| Hex | 24 | 22 | 99 | 4C | 4E | 0 | 28 | F1 | 40 | 25 |
| Octal | 44 | 42 | 231 | 114 | 116 | 0 | 50 | 361 | 100 | 45 |
| Binary | 100100 | 100010 | 10011001 | 1001100 | 1001110 | 0 | 101000 | 11110001 | 1000000 | 100101 |
Color Harmonies of #242299
Complementary color
Monochromatic Colors of #242299
Black with #242299
Text Example
Text Example
White with #242299
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #242299; }
p { color: rgb(36,34,153); }
H1.HeaderClassName
{
color: #242299;
}
.AnyTagClassName
{
color: #242299;
}
</style>
background-color css
<style>
a { background-color: #242299; }
a { background-color: rgb(36,34,153); }
div.DivClassName
{
background-color: #242299;
}
.BgClassName
{
background-color: #242299;
}
</style>
border-color css
<style>
span { border-color: #242299; }
span { border-color: rgb(36,34,153); }
td.TdClassName
{
border-color: #242299;
}
.TagClassName
{
border-color: #242299;
}
</style>