Shades of Ultramarine #2400AE
Tints of Ultramarine #2400AE
RGB
CMYK
RGB Variations
Color information
#2400AE (or 0x2400AE) is known color: Ultramarine. HEX triplet: 24, 00 and AE. RGB value is (36,0,174). Sum of RGB (Red+Green+Blue) = 36+0+174=210 (27% of max value = 765). Red value is 36 (14.45% from 255 or 17.14% from 210); Green value is 0 (0.39% from 255 or 0% from 210); Blue value is 174 (68.36% from 255 or 82.86% from 210); Max value from RGB is 174 - color contains mainly: blue. Hex color #2400AE is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2400AE is #DBFF51. Grayscale: #1D1D1D. Windows color (decimal): -14417746 or 11403300. OLE color: 11403300.
HSL color Cylindrical-coordinate representation of color #2400AE: hue angle of 252.41º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2400AE is Cyan = 0.79, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 36 | 0 | 174 | - |
| CMYK | 0.79 | 1 | 0 | 0.32 |
| HSL | 252.41º | 1% | 0.34% | - |
| HSV(B) | 252.41º | 1% | 0.68% | - |
| XYZ | 8.37 | 3.43 | 40.27 | - |
| YUV | 30.6 | 208.93 | 131.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 0 | 174 | 0.79 | 1 | 0 | 0.32 | 252.41 | 1 | 0.34 |
| Hex | 24 | 0 | AE | 4F | 64 | 0 | 20 | FC | 64 | 22 |
| Octal | 44 | 0 | 256 | 117 | 144 | 0 | 40 | 374 | 144 | 42 |
| Binary | 100100 | 0 | 10101110 | 1001111 | 1100100 | 0 | 100000 | 11111100 | 1100100 | 100010 |
Color Harmonies of #2400AE
Complementary color
Monochromatic Colors of #2400AE
Black with #2400AE
Text Example
Text Example
White with #2400AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2400AE; }
p { color: rgb(36,0,174); }
H1.HeaderClassName
{
color: #2400AE;
}
.AnyTagClassName
{
color: #2400AE;
}
</style>
background-color css
<style>
a { background-color: #2400AE; }
a { background-color: rgb(36,0,174); }
div.DivClassName
{
background-color: #2400AE;
}
.BgClassName
{
background-color: #2400AE;
}
</style>
border-color css
<style>
span { border-color: #2400AE; }
span { border-color: rgb(36,0,174); }
td.TdClassName
{
border-color: #2400AE;
}
.TagClassName
{
border-color: #2400AE;
}
</style>