Shades of Ultramarine #2D06AE
Tints of Ultramarine #2D06AE
RGB
CMYK
RGB Variations
Color information
#2D06AE (or 0x2D06AE) is known color: Ultramarine. HEX triplet: 2D, 06 and AE. RGB value is (45,6,174). Sum of RGB (Red+Green+Blue) = 45+6+174=225 (29% of max value = 765). Red value is 45 (17.97% from 255 or 20% from 225); Green value is 6 (2.73% from 255 or 2.67% from 225); Blue value is 174 (68.36% from 255 or 77.33% from 225); Max value from RGB is 174 - color contains mainly: blue. Hex color #2D06AE is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2D06AE is #D2F951. Grayscale: #242424. Windows color (decimal): -13826386 or 11404845. OLE color: 11404845.
HSL color Cylindrical-coordinate representation of color #2D06AE: hue angle of 253.93º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #2D06AE is Cyan = 0.74, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 45 | 6 | 174 | - |
| CMYK | 0.74 | 0.97 | 0 | 0.32 |
| HSL | 253.93º | 0.93% | 0.35% | - |
| HSV(B) | 253.93º | 0.97% | 0.68% | - |
| XYZ | 8.79 | 3.74 | 40.3 | - |
| YUV | 36.81 | 205.42 | 133.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 6 | 174 | 0.74 | 0.97 | 0 | 0.32 | 253.93 | 0.93 | 0.35 |
| Hex | 2D | 6 | AE | 4A | 61 | 0 | 20 | FE | 5D | 23 |
| Octal | 55 | 6 | 256 | 112 | 141 | 0 | 40 | 376 | 135 | 43 |
| Binary | 101101 | 110 | 10101110 | 1001010 | 1100001 | 0 | 100000 | 11111110 | 1011101 | 100011 |
Color Harmonies of #2D06AE
Complementary color
Monochromatic Colors of #2D06AE
Black with #2D06AE
Text Example
Text Example
White with #2D06AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D06AE; }
p { color: rgb(45,6,174); }
H1.HeaderClassName
{
color: #2D06AE;
}
.AnyTagClassName
{
color: #2D06AE;
}
</style>
background-color css
<style>
a { background-color: #2D06AE; }
a { background-color: rgb(45,6,174); }
div.DivClassName
{
background-color: #2D06AE;
}
.BgClassName
{
background-color: #2D06AE;
}
</style>
border-color css
<style>
span { border-color: #2D06AE; }
span { border-color: rgb(45,6,174); }
td.TdClassName
{
border-color: #2D06AE;
}
.TagClassName
{
border-color: #2D06AE;
}
</style>