Shades of Ultramarine #2D03AE
Tints of Ultramarine #2D03AE
RGB
CMYK
RGB Variations
Color information
#2D03AE (or 0x2D03AE) is known color: Ultramarine. HEX triplet: 2D, 03 and AE. RGB value is (45,3,174). Sum of RGB (Red+Green+Blue) = 45+3+174=222 (29% of max value = 765). Red value is 45 (17.97% from 255 or 20.27% from 222); Green value is 3 (1.56% from 255 or 1.35% from 222); Blue value is 174 (68.36% from 255 or 78.38% from 222); Max value from RGB is 174 - color contains mainly: blue. Hex color #2D03AE is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2D03AE is #D2FC51. Grayscale: #222222. Windows color (decimal): -13827154 or 11404077. OLE color: 11404077.
HSL color Cylindrical-coordinate representation of color #2D03AE: hue angle of 254.74º degrees, saturation: 0.97, 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 #2D03AE is Cyan = 0.74, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 45 | 3 | 174 | - |
| CMYK | 0.74 | 0.98 | 0 | 0.32 |
| HSL | 254.74º | 0.97% | 0.35% | - |
| HSV(B) | 254.74º | 0.98% | 0.68% | - |
| XYZ | 8.75 | 3.68 | 40.29 | - |
| YUV | 35.05 | 206.41 | 135.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 3 | 174 | 0.74 | 0.98 | 0 | 0.32 | 254.74 | 0.97 | 0.35 |
| Hex | 2D | 3 | AE | 4A | 62 | 0 | 20 | FF | 61 | 23 |
| Octal | 55 | 3 | 256 | 112 | 142 | 0 | 40 | 377 | 141 | 43 |
| Binary | 101101 | 11 | 10101110 | 1001010 | 1100010 | 0 | 100000 | 11111111 | 1100001 | 100011 |
Color Harmonies of #2D03AE
Complementary color
Monochromatic Colors of #2D03AE
Black with #2D03AE
Text Example
Text Example
White with #2D03AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D03AE; }
p { color: rgb(45,3,174); }
H1.HeaderClassName
{
color: #2D03AE;
}
.AnyTagClassName
{
color: #2D03AE;
}
</style>
background-color css
<style>
a { background-color: #2D03AE; }
a { background-color: rgb(45,3,174); }
div.DivClassName
{
background-color: #2D03AE;
}
.BgClassName
{
background-color: #2D03AE;
}
</style>
border-color css
<style>
span { border-color: #2D03AE; }
span { border-color: rgb(45,3,174); }
td.TdClassName
{
border-color: #2D03AE;
}
.TagClassName
{
border-color: #2D03AE;
}
</style>