Shades of Ultramarine #2D0FAE
Tints of Ultramarine #2D0FAE
RGB
CMYK
RGB Variations
Color information
#2D0FAE (or 0x2D0FAE) is known color: Ultramarine. HEX triplet: 2D, 0F and AE. RGB value is (45,15,174). Sum of RGB (Red+Green+Blue) = 45+15+174=234 (30% of max value = 765). Red value is 45 (17.97% from 255 or 19.23% from 234); Green value is 15 (6.25% from 255 or 6.41% from 234); Blue value is 174 (68.36% from 255 or 74.36% from 234); Max value from RGB is 174 - color contains mainly: blue. Hex color #2D0FAE is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2D0FAE is #D2F051. Grayscale: #292929. Windows color (decimal): -13824082 or 11407149. OLE color: 11407149.
HSL color Cylindrical-coordinate representation of color #2D0FAE: hue angle of 251.32º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2D0FAE is Cyan = 0.74, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 45 | 15 | 174 | - |
| CMYK | 0.74 | 0.91 | 0 | 0.32 |
| HSL | 251.32º | 0.84% | 0.37% | - |
| HSV(B) | 251.32º | 0.91% | 0.68% | - |
| XYZ | 8.89 | 3.96 | 40.34 | - |
| YUV | 42.1 | 202.44 | 130.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 15 | 174 | 0.74 | 0.91 | 0 | 0.32 | 251.32 | 0.84 | 0.37 |
| Hex | 2D | F | AE | 4A | 5B | 0 | 20 | FB | 54 | 25 |
| Octal | 55 | 17 | 256 | 112 | 133 | 0 | 40 | 373 | 124 | 45 |
| Binary | 101101 | 1111 | 10101110 | 1001010 | 1011011 | 0 | 100000 | 11111011 | 1010100 | 100101 |
Color Harmonies of #2D0FAE
Complementary color
Monochromatic Colors of #2D0FAE
Black with #2D0FAE
Text Example
Text Example
White with #2D0FAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D0FAE; }
p { color: rgb(45,15,174); }
H1.HeaderClassName
{
color: #2D0FAE;
}
.AnyTagClassName
{
color: #2D0FAE;
}
</style>
background-color css
<style>
a { background-color: #2D0FAE; }
a { background-color: rgb(45,15,174); }
div.DivClassName
{
background-color: #2D0FAE;
}
.BgClassName
{
background-color: #2D0FAE;
}
</style>
border-color css
<style>
span { border-color: #2D0FAE; }
span { border-color: rgb(45,15,174); }
td.TdClassName
{
border-color: #2D0FAE;
}
.TagClassName
{
border-color: #2D0FAE;
}
</style>