Shades of Ultramarine #240398
Tints of Ultramarine #240398
RGB
CMYK
RGB Variations
Color information
#240398 (or 0x240398) is known color: Ultramarine. HEX triplet: 24, 03 and 98. RGB value is (36,3,152). Sum of RGB (Red+Green+Blue) = 36+3+152=191 (25% of max value = 765). Red value is 36 (14.45% from 255 or 18.85% from 191); Green value is 3 (1.56% from 255 or 1.57% from 191); Blue value is 152 (59.77% from 255 or 79.58% from 191); Max value from RGB is 152 - color contains mainly: blue. Hex color #240398 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #240398 is #DBFC67. Grayscale: #1D1D1D. Windows color (decimal): -14417000 or 9962276. OLE color: 9962276.
HSL color Cylindrical-coordinate representation of color #240398: hue angle of 253.29º degrees, saturation: 0.96, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #240398 is Cyan = 0.76, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 36 | 3 | 152 | - |
| CMYK | 0.76 | 0.98 | 0 | 0.40 |
| HSL | 253.29º | 0.96% | 0.3% | - |
| HSV(B) | 253.29º | 0.98% | 0.6% | - |
| XYZ | 6.43 | 2.71 | 29.89 | - |
| YUV | 29.85 | 196.93 | 132.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 3 | 152 | 0.76 | 0.98 | 0 | 0.40 | 253.29 | 0.96 | 0.3 |
| Hex | 24 | 3 | 98 | 4C | 62 | 0 | 28 | FD | 60 | 1E |
| Octal | 44 | 3 | 230 | 114 | 142 | 0 | 50 | 375 | 140 | 36 |
| Binary | 100100 | 11 | 10011000 | 1001100 | 1100010 | 0 | 101000 | 11111101 | 1100000 | 11110 |
Color Harmonies of #240398
Complementary color
Monochromatic Colors of #240398
Black with #240398
Text Example
Text Example
White with #240398
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #240398; }
p { color: rgb(36,3,152); }
H1.HeaderClassName
{
color: #240398;
}
.AnyTagClassName
{
color: #240398;
}
</style>
background-color css
<style>
a { background-color: #240398; }
a { background-color: rgb(36,3,152); }
div.DivClassName
{
background-color: #240398;
}
.BgClassName
{
background-color: #240398;
}
</style>
border-color css
<style>
span { border-color: #240398; }
span { border-color: rgb(36,3,152); }
td.TdClassName
{
border-color: #240398;
}
.TagClassName
{
border-color: #240398;
}
</style>