Shades of Ultramarine #2D029F
Tints of Ultramarine #2D029F
RGB
CMYK
RGB Variations
Color information
#2D029F (or 0x2D029F) is known color: Ultramarine. HEX triplet: 2D, 02 and 9F. RGB value is (45,2,159). Sum of RGB (Red+Green+Blue) = 45+2+159=206 (27% of max value = 765). Red value is 45 (17.97% from 255 or 21.84% from 206); Green value is 2 (1.17% from 255 or 0.97% from 206); Blue value is 159 (62.5% from 255 or 77.18% from 206); Max value from RGB is 159 - color contains mainly: blue. Hex color #2D029F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2D029F is #D2FD60. Grayscale: #202020. Windows color (decimal): -13827425 or 10420781. OLE color: 10420781.
HSL color Cylindrical-coordinate representation of color #2D029F: hue angle of 256.43º degrees, saturation: 0.98, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2D029F is Cyan = 0.72, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 45 | 2 | 159 | - |
| CMYK | 0.72 | 0.99 | 0 | 0.38 |
| HSL | 256.43º | 0.98% | 0.32% | - |
| HSV(B) | 256.43º | 0.99% | 0.62% | - |
| XYZ | 7.36 | 3.1 | 33.01 | - |
| YUV | 32.76 | 199.25 | 136.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 2 | 159 | 0.72 | 0.99 | 0 | 0.38 | 256.43 | 0.98 | 0.32 |
| Hex | 2D | 2 | 9F | 48 | 63 | 0 | 26 | 100 | 62 | 20 |
| Octal | 55 | 2 | 237 | 110 | 143 | 0 | 46 | 400 | 142 | 40 |
| Binary | 101101 | 10 | 10011111 | 1001000 | 1100011 | 0 | 100110 | 100000000 | 1100010 | 100000 |
Color Harmonies of #2D029F
Complementary color
Monochromatic Colors of #2D029F
Black with #2D029F
Text Example
Text Example
White with #2D029F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D029F; }
p { color: rgb(45,2,159); }
H1.HeaderClassName
{
color: #2D029F;
}
.AnyTagClassName
{
color: #2D029F;
}
</style>
background-color css
<style>
a { background-color: #2D029F; }
a { background-color: rgb(45,2,159); }
div.DivClassName
{
background-color: #2D029F;
}
.BgClassName
{
background-color: #2D029F;
}
</style>
border-color css
<style>
span { border-color: #2D029F; }
span { border-color: rgb(45,2,159); }
td.TdClassName
{
border-color: #2D029F;
}
.TagClassName
{
border-color: #2D029F;
}
</style>