Shades of Ultramarine #2404AD
Tints of Ultramarine #2404AD
RGB
CMYK
RGB Variations
Color information
#2404AD (or 0x2404AD) is known color: Ultramarine. HEX triplet: 24, 04 and AD. RGB value is (36,4,173). Sum of RGB (Red+Green+Blue) = 36+4+173=213 (28% of max value = 765). Red value is 36 (14.45% from 255 or 16.90% from 213); Green value is 4 (1.95% from 255 or 1.88% from 213); Blue value is 173 (67.97% from 255 or 81.22% from 213); Max value from RGB is 173 - color contains mainly: blue. Hex color #2404AD is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2404AD is #DBFB52. Grayscale: #202020. Windows color (decimal): -14416723 or 11338788. OLE color: 11338788.
HSL color Cylindrical-coordinate representation of color #2404AD: hue angle of 251.36º degrees, saturation: 0.95, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2404AD is Cyan = 0.79, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 36 | 4 | 173 | - |
| CMYK | 0.79 | 0.98 | 0 | 0.32 |
| HSL | 251.36º | 0.95% | 0.35% | - |
| HSV(B) | 251.36º | 0.98% | 0.68% | - |
| XYZ | 8.31 | 3.48 | 39.77 | - |
| YUV | 32.83 | 207.1 | 130.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 4 | 173 | 0.79 | 0.98 | 0 | 0.32 | 251.36 | 0.95 | 0.35 |
| Hex | 24 | 4 | AD | 4F | 62 | 0 | 20 | FB | 5F | 23 |
| Octal | 44 | 4 | 255 | 117 | 142 | 0 | 40 | 373 | 137 | 43 |
| Binary | 100100 | 100 | 10101101 | 1001111 | 1100010 | 0 | 100000 | 11111011 | 1011111 | 100011 |
Color Harmonies of #2404AD
Complementary color
Monochromatic Colors of #2404AD
Black with #2404AD
Text Example
Text Example
White with #2404AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2404AD; }
p { color: rgb(36,4,173); }
H1.HeaderClassName
{
color: #2404AD;
}
.AnyTagClassName
{
color: #2404AD;
}
</style>
background-color css
<style>
a { background-color: #2404AD; }
a { background-color: rgb(36,4,173); }
div.DivClassName
{
background-color: #2404AD;
}
.BgClassName
{
background-color: #2404AD;
}
</style>
border-color css
<style>
span { border-color: #2404AD; }
span { border-color: rgb(36,4,173); }
td.TdClassName
{
border-color: #2404AD;
}
.TagClassName
{
border-color: #2404AD;
}
</style>