Shades of Ultramarine #2D039B
Tints of Ultramarine #2D039B
RGB
CMYK
RGB Variations
Color information
#2D039B (or 0x2D039B) is known color: Ultramarine. HEX triplet: 2D, 03 and 9B. RGB value is (45,3,155). Sum of RGB (Red+Green+Blue) = 45+3+155=203 (26% of max value = 765). Red value is 45 (17.97% from 255 or 22.17% from 203); Green value is 3 (1.56% from 255 or 1.48% from 203); Blue value is 155 (60.94% from 255 or 76.35% from 203); Max value from RGB is 155 - color contains mainly: blue. Hex color #2D039B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2D039B is #D2FC64. Grayscale: #202020. Windows color (decimal): -13827173 or 10158893. OLE color: 10158893.
HSL color Cylindrical-coordinate representation of color #2D039B: hue angle of 256.58º degrees, saturation: 0.96, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2D039B is Cyan = 0.71, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 45 | 3 | 155 | - |
| CMYK | 0.71 | 0.98 | 0 | 0.39 |
| HSL | 256.58º | 0.96% | 0.31% | - |
| HSV(B) | 256.58º | 0.98% | 0.61% | - |
| XYZ | 7.03 | 2.99 | 31.22 | - |
| YUV | 32.89 | 196.91 | 136.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 3 | 155 | 0.71 | 0.98 | 0 | 0.39 | 256.58 | 0.96 | 0.31 |
| Hex | 2D | 3 | 9B | 47 | 62 | 0 | 27 | 101 | 60 | 1F |
| Octal | 55 | 3 | 233 | 107 | 142 | 0 | 47 | 401 | 140 | 37 |
| Binary | 101101 | 11 | 10011011 | 1000111 | 1100010 | 0 | 100111 | 100000001 | 1100000 | 11111 |
Color Harmonies of #2D039B
Complementary color
Monochromatic Colors of #2D039B
Black with #2D039B
Text Example
Text Example
White with #2D039B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D039B; }
p { color: rgb(45,3,155); }
H1.HeaderClassName
{
color: #2D039B;
}
.AnyTagClassName
{
color: #2D039B;
}
</style>
background-color css
<style>
a { background-color: #2D039B; }
a { background-color: rgb(45,3,155); }
div.DivClassName
{
background-color: #2D039B;
}
.BgClassName
{
background-color: #2D039B;
}
</style>
border-color css
<style>
span { border-color: #2D039B; }
span { border-color: rgb(45,3,155); }
td.TdClassName
{
border-color: #2D039B;
}
.TagClassName
{
border-color: #2D039B;
}
</style>