Shades of Ultramarine #24229A
Tints of Ultramarine #24229A
RGB
CMYK
RGB Variations
Color information
#24229A (or 0x24229A) is known color: Ultramarine. HEX triplet: 24, 22 and 9A. RGB value is (36,34,154). Sum of RGB (Red+Green+Blue) = 36+34+154=224 (29% of max value = 765). Red value is 36 (14.45% from 255 or 16.07% from 224); Green value is 34 (13.67% from 255 or 15.18% from 224); Blue value is 154 (60.55% from 255 or 68.75% from 224); Max value from RGB is 154 - color contains mainly: blue. Hex color #24229A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #24229A is #DBDD65. Grayscale: #2F2F2F. Windows color (decimal): -14409062 or 10101284. OLE color: 10101284.
HSL color Cylindrical-coordinate representation of color #24229A: hue angle of 241º 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 #24229A is Cyan = 0.77, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 36 | 34 | 154 | - |
| CMYK | 0.77 | 0.78 | 0 | 0.40 |
| HSL | 241º | 0.64% | 0.37% | - |
| HSV(B) | 241º | 0.78% | 0.6% | - |
| XYZ | 7.13 | 3.85 | 30.94 | - |
| YUV | 48.28 | 187.66 | 119.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 34 | 154 | 0.77 | 0.78 | 0 | 0.40 | 241 | 0.64 | 0.37 |
| Hex | 24 | 22 | 9A | 4D | 4E | 0 | 28 | F1 | 40 | 25 |
| Octal | 44 | 42 | 232 | 115 | 116 | 0 | 50 | 361 | 100 | 45 |
| Binary | 100100 | 100010 | 10011010 | 1001101 | 1001110 | 0 | 101000 | 11110001 | 1000000 | 100101 |
Color Harmonies of #24229A
Complementary color
Monochromatic Colors of #24229A
Black with #24229A
Text Example
Text Example
White with #24229A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24229A; }
p { color: rgb(36,34,154); }
H1.HeaderClassName
{
color: #24229A;
}
.AnyTagClassName
{
color: #24229A;
}
</style>
background-color css
<style>
a { background-color: #24229A; }
a { background-color: rgb(36,34,154); }
div.DivClassName
{
background-color: #24229A;
}
.BgClassName
{
background-color: #24229A;
}
</style>
border-color css
<style>
span { border-color: #24229A; }
span { border-color: rgb(36,34,154); }
td.TdClassName
{
border-color: #24229A;
}
.TagClassName
{
border-color: #24229A;
}
</style>