Shades of Ultramarine #242297
Tints of Ultramarine #242297
RGB
CMYK
RGB Variations
Color information
#242297 (or 0x242297) is known color: Ultramarine. HEX triplet: 24, 22 and 97. RGB value is (36,34,151). Sum of RGB (Red+Green+Blue) = 36+34+151=221 (29% of max value = 765). Red value is 36 (14.45% from 255 or 16.29% from 221); Green value is 34 (13.67% from 255 or 15.38% from 221); Blue value is 151 (59.38% from 255 or 68.33% from 221); Max value from RGB is 151 - color contains mainly: blue. Hex color #242297 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #242297 is #DBDD68. Grayscale: #2F2F2F. Windows color (decimal): -14409065 or 9904676. OLE color: 9904676.
HSL color Cylindrical-coordinate representation of color #242297: hue angle of 241.03º degrees, saturation: 0.63, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #242297 is Cyan = 0.76, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 36 | 34 | 151 | - |
| CMYK | 0.76 | 0.77 | 0 | 0.41 |
| HSL | 241.03º | 0.63% | 0.36% | - |
| HSV(B) | 241.03º | 0.77% | 0.59% | - |
| XYZ | 6.89 | 3.75 | 29.64 | - |
| YUV | 47.94 | 186.16 | 119.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 34 | 151 | 0.76 | 0.77 | 0 | 0.41 | 241.03 | 0.63 | 0.36 |
| Hex | 24 | 22 | 97 | 4C | 4D | 0 | 29 | F1 | 3F | 24 |
| Octal | 44 | 42 | 227 | 114 | 115 | 0 | 51 | 361 | 77 | 44 |
| Binary | 100100 | 100010 | 10010111 | 1001100 | 1001101 | 0 | 101001 | 11110001 | 111111 | 100100 |
Color Harmonies of #242297
Complementary color
Monochromatic Colors of #242297
Black with #242297
Text Example
Text Example
White with #242297
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #242297; }
p { color: rgb(36,34,151); }
H1.HeaderClassName
{
color: #242297;
}
.AnyTagClassName
{
color: #242297;
}
</style>
background-color css
<style>
a { background-color: #242297; }
a { background-color: rgb(36,34,151); }
div.DivClassName
{
background-color: #242297;
}
.BgClassName
{
background-color: #242297;
}
</style>
border-color css
<style>
span { border-color: #242297; }
span { border-color: rgb(36,34,151); }
td.TdClassName
{
border-color: #242297;
}
.TagClassName
{
border-color: #242297;
}
</style>