Shades of Ultramarine #2D029D
Tints of Ultramarine #2D029D
RGB
CMYK
RGB Variations
Color information
#2D029D (or 0x2D029D) is known color: Ultramarine. HEX triplet: 2D, 02 and 9D. RGB value is (45,2,157). Sum of RGB (Red+Green+Blue) = 45+2+157=204 (27% of max value = 765). Red value is 45 (17.97% from 255 or 22.06% from 204); Green value is 2 (1.17% from 255 or 0.98% from 204); Blue value is 157 (61.72% from 255 or 76.96% from 204); Max value from RGB is 157 - color contains mainly: blue. Hex color #2D029D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2D029D is #D2FD62. Grayscale: #1F1F1F. Windows color (decimal): -13827427 or 10289709. OLE color: 10289709.
HSL color Cylindrical-coordinate representation of color #2D029D: hue angle of 256.65º degrees, saturation: 0.97, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2D029D is Cyan = 0.71, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 45 | 2 | 157 | - |
| CMYK | 0.71 | 0.99 | 0 | 0.38 |
| HSL | 256.65º | 0.97% | 0.31% | - |
| HSV(B) | 256.65º | 0.99% | 0.62% | - |
| XYZ | 7.19 | 3.04 | 32.11 | - |
| YUV | 32.53 | 198.25 | 136.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 2 | 157 | 0.71 | 0.99 | 0 | 0.38 | 256.65 | 0.97 | 0.31 |
| Hex | 2D | 2 | 9D | 47 | 63 | 0 | 26 | 101 | 61 | 1F |
| Octal | 55 | 2 | 235 | 107 | 143 | 0 | 46 | 401 | 141 | 37 |
| Binary | 101101 | 10 | 10011101 | 1000111 | 1100011 | 0 | 100110 | 100000001 | 1100001 | 11111 |
Color Harmonies of #2D029D
Complementary color
Monochromatic Colors of #2D029D
Black with #2D029D
Text Example
Text Example
White with #2D029D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D029D; }
p { color: rgb(45,2,157); }
H1.HeaderClassName
{
color: #2D029D;
}
.AnyTagClassName
{
color: #2D029D;
}
</style>
background-color css
<style>
a { background-color: #2D029D; }
a { background-color: rgb(45,2,157); }
div.DivClassName
{
background-color: #2D029D;
}
.BgClassName
{
background-color: #2D029D;
}
</style>
border-color css
<style>
span { border-color: #2D029D; }
span { border-color: rgb(45,2,157); }
td.TdClassName
{
border-color: #2D029D;
}
.TagClassName
{
border-color: #2D029D;
}
</style>