Shades of Ultramarine #242397
Tints of Ultramarine #242397
RGB
CMYK
RGB Variations
Color information
#242397 (or 0x242397) is known color: Ultramarine. HEX triplet: 24, 23 and 97. RGB value is (36,35,151). Sum of RGB (Red+Green+Blue) = 36+35+151=222 (29% of max value = 765). Red value is 36 (14.45% from 255 or 16.22% from 222); Green value is 35 (14.06% from 255 or 15.77% from 222); Blue value is 151 (59.38% from 255 or 68.02% from 222); Max value from RGB is 151 - color contains mainly: blue. Hex color #242397 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #242397 is #DBDC68. Grayscale: #303030. Windows color (decimal): -14408809 or 9904932. OLE color: 9904932.
HSL color Cylindrical-coordinate representation of color #242397: hue angle of 240.52º degrees, saturation: 0.62, 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 #242397 is Cyan = 0.76, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 36 | 35 | 151 | - |
| CMYK | 0.76 | 0.77 | 0 | 0.41 |
| HSL | 240.52º | 0.62% | 0.36% | - |
| HSV(B) | 240.52º | 0.77% | 0.59% | - |
| XYZ | 6.91 | 3.81 | 29.65 | - |
| YUV | 48.52 | 185.83 | 119.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 35 | 151 | 0.76 | 0.77 | 0 | 0.41 | 240.52 | 0.62 | 0.36 |
| Hex | 24 | 23 | 97 | 4C | 4D | 0 | 29 | F1 | 3E | 24 |
| Octal | 44 | 43 | 227 | 114 | 115 | 0 | 51 | 361 | 76 | 44 |
| Binary | 100100 | 100011 | 10010111 | 1001100 | 1001101 | 0 | 101001 | 11110001 | 111110 | 100100 |
Color Harmonies of #242397
Complementary color
Monochromatic Colors of #242397
Black with #242397
Text Example
Text Example
White with #242397
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #242397; }
p { color: rgb(36,35,151); }
H1.HeaderClassName
{
color: #242397;
}
.AnyTagClassName
{
color: #242397;
}
</style>
background-color css
<style>
a { background-color: #242397; }
a { background-color: rgb(36,35,151); }
div.DivClassName
{
background-color: #242397;
}
.BgClassName
{
background-color: #242397;
}
</style>
border-color css
<style>
span { border-color: #242397; }
span { border-color: rgb(36,35,151); }
td.TdClassName
{
border-color: #242397;
}
.TagClassName
{
border-color: #242397;
}
</style>