Shades of Ultramarine #2D049C
Tints of Ultramarine #2D049C
RGB
CMYK
RGB Variations
Color information
#2D049C (or 0x2D049C) is known color: Ultramarine. HEX triplet: 2D, 04 and 9C. RGB value is (45,4,156). Sum of RGB (Red+Green+Blue) = 45+4+156=205 (27% of max value = 765). Red value is 45 (17.97% from 255 or 21.95% from 205); Green value is 4 (1.95% from 255 or 1.95% from 205); Blue value is 156 (61.33% from 255 or 76.10% from 205); Max value from RGB is 156 - color contains mainly: blue. Hex color #2D049C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2D049C is #D2FB63. Grayscale: #212121. Windows color (decimal): -13826916 or 10224685. OLE color: 10224685.
HSL color Cylindrical-coordinate representation of color #2D049C: hue angle of 256.18º 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 #2D049C is Cyan = 0.71, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 45 | 4 | 156 | - |
| CMYK | 0.71 | 0.97 | 0 | 0.39 |
| HSL | 256.18º | 0.95% | 0.31% | - |
| HSV(B) | 256.18º | 0.97% | 0.61% | - |
| XYZ | 7.13 | 3.05 | 31.66 | - |
| YUV | 33.59 | 197.08 | 136.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 4 | 156 | 0.71 | 0.97 | 0 | 0.39 | 256.18 | 0.95 | 0.31 |
| Hex | 2D | 4 | 9C | 47 | 61 | 0 | 27 | 100 | 5F | 1F |
| Octal | 55 | 4 | 234 | 107 | 141 | 0 | 47 | 400 | 137 | 37 |
| Binary | 101101 | 100 | 10011100 | 1000111 | 1100001 | 0 | 100111 | 100000000 | 1011111 | 11111 |
Color Harmonies of #2D049C
Complementary color
Monochromatic Colors of #2D049C
Black with #2D049C
Text Example
Text Example
White with #2D049C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D049C; }
p { color: rgb(45,4,156); }
H1.HeaderClassName
{
color: #2D049C;
}
.AnyTagClassName
{
color: #2D049C;
}
</style>
background-color css
<style>
a { background-color: #2D049C; }
a { background-color: rgb(45,4,156); }
div.DivClassName
{
background-color: #2D049C;
}
.BgClassName
{
background-color: #2D049C;
}
</style>
border-color css
<style>
span { border-color: #2D049C; }
span { border-color: rgb(45,4,156); }
td.TdClassName
{
border-color: #2D049C;
}
.TagClassName
{
border-color: #2D049C;
}
</style>