Shades of Ultramarine #2D049B
Tints of Ultramarine #2D049B
RGB
CMYK
RGB Variations
Color information
#2D049B (or 0x2D049B) is known color: Ultramarine. HEX triplet: 2D, 04 and 9B. RGB value is (45,4,155). Sum of RGB (Red+Green+Blue) = 45+4+155=204 (27% of max value = 765). Red value is 45 (17.97% from 255 or 22.06% from 204); Green value is 4 (1.95% from 255 or 1.96% from 204); Blue value is 155 (60.94% from 255 or 75.98% from 204); Max value from RGB is 155 - color contains mainly: blue. Hex color #2D049B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2D049B is #D2FB64. Grayscale: #202020. Windows color (decimal): -13826917 or 10159149. OLE color: 10159149.
HSL color Cylindrical-coordinate representation of color #2D049B: hue angle of 256.29º degrees, saturation: 0.95, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #2D049B is Cyan = 0.71, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 45 | 4 | 155 | - |
| CMYK | 0.71 | 0.97 | 0 | 0.39 |
| HSL | 256.29º | 0.95% | 0.31% | - |
| HSV(B) | 256.29º | 0.97% | 0.61% | - |
| XYZ | 7.04 | 3.01 | 31.22 | - |
| YUV | 33.47 | 196.58 | 136.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 4 | 155 | 0.71 | 0.97 | 0 | 0.39 | 256.29 | 0.95 | 0.31 |
| Hex | 2D | 4 | 9B | 47 | 61 | 0 | 27 | 100 | 5F | 1F |
| Octal | 55 | 4 | 233 | 107 | 141 | 0 | 47 | 400 | 137 | 37 |
| Binary | 101101 | 100 | 10011011 | 1000111 | 1100001 | 0 | 100111 | 100000000 | 1011111 | 11111 |
Color Harmonies of #2D049B
Complementary color
Monochromatic Colors of #2D049B
Black with #2D049B
Text Example
Text Example
White with #2D049B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D049B; }
p { color: rgb(45,4,155); }
H1.HeaderClassName
{
color: #2D049B;
}
.AnyTagClassName
{
color: #2D049B;
}
</style>
background-color css
<style>
a { background-color: #2D049B; }
a { background-color: rgb(45,4,155); }
div.DivClassName
{
background-color: #2D049B;
}
.BgClassName
{
background-color: #2D049B;
}
</style>
border-color css
<style>
span { border-color: #2D049B; }
span { border-color: rgb(45,4,155); }
td.TdClassName
{
border-color: #2D049B;
}
.TagClassName
{
border-color: #2D049B;
}
</style>