Shades of Ultramarine #2400AC
Tints of Ultramarine #2400AC
RGB
CMYK
RGB Variations
Color information
#2400AC (or 0x2400AC) is known color: Ultramarine. HEX triplet: 24, 00 and AC. RGB value is (36,0,172). Sum of RGB (Red+Green+Blue) = 36+0+172=208 (27% of max value = 765). Red value is 36 (14.45% from 255 or 17.31% from 208); Green value is 0 (0.39% from 255 or 0% from 208); Blue value is 172 (67.58% from 255 or 82.69% from 208); Max value from RGB is 172 - color contains mainly: blue. Hex color #2400AC is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2400AC is #DBFF53. Grayscale: #1D1D1D. Windows color (decimal): -14417748 or 11272228. OLE color: 11272228.
HSL color Cylindrical-coordinate representation of color #2400AC: hue angle of 252.56º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2400AC is Cyan = 0.79, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 36 | 0 | 172 | - |
| CMYK | 0.79 | 1 | 0 | 0.33 |
| HSL | 252.56º | 1% | 0.34% | - |
| HSV(B) | 252.56º | 1% | 0.67% | - |
| XYZ | 8.17 | 3.35 | 39.25 | - |
| YUV | 30.37 | 207.93 | 132.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 0 | 172 | 0.79 | 1 | 0 | 0.33 | 252.56 | 1 | 0.34 |
| Hex | 24 | 0 | AC | 4F | 64 | 0 | 21 | FD | 64 | 22 |
| Octal | 44 | 0 | 254 | 117 | 144 | 0 | 41 | 375 | 144 | 42 |
| Binary | 100100 | 0 | 10101100 | 1001111 | 1100100 | 0 | 100001 | 11111101 | 1100100 | 100010 |
Color Harmonies of #2400AC
Complementary color
Monochromatic Colors of #2400AC
Black with #2400AC
Text Example
Text Example
White with #2400AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2400AC; }
p { color: rgb(36,0,172); }
H1.HeaderClassName
{
color: #2400AC;
}
.AnyTagClassName
{
color: #2400AC;
}
</style>
background-color css
<style>
a { background-color: #2400AC; }
a { background-color: rgb(36,0,172); }
div.DivClassName
{
background-color: #2400AC;
}
.BgClassName
{
background-color: #2400AC;
}
</style>
border-color css
<style>
span { border-color: #2400AC; }
span { border-color: rgb(36,0,172); }
td.TdClassName
{
border-color: #2400AC;
}
.TagClassName
{
border-color: #2400AC;
}
</style>