Shades of Ultramarine #2D089B
Tints of Ultramarine #2D089B
RGB
CMYK
RGB Variations
Color information
#2D089B (or 0x2D089B) is known color: Ultramarine. HEX triplet: 2D, 08 and 9B. RGB value is (45,8,155). Sum of RGB (Red+Green+Blue) = 45+8+155=208 (27% of max value = 765). Red value is 45 (17.97% from 255 or 21.63% from 208); Green value is 8 (3.52% from 255 or 3.85% from 208); Blue value is 155 (60.94% from 255 or 74.52% from 208); Max value from RGB is 155 - color contains mainly: blue. Hex color #2D089B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2D089B is #D2F764. Grayscale: #232323. Windows color (decimal): -13825893 or 10160173. OLE color: 10160173.
HSL color Cylindrical-coordinate representation of color #2D089B: hue angle of 255.1º degrees, saturation: 0.9, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #2D089B is Cyan = 0.71, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 45 | 8 | 155 | - |
| CMYK | 0.71 | 0.95 | 0 | 0.39 |
| HSL | 255.1º | 0.9% | 0.32% | - |
| HSV(B) | 255.1º | 0.95% | 0.61% | - |
| XYZ | 7.09 | 3.1 | 31.23 | - |
| YUV | 35.82 | 195.26 | 134.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 8 | 155 | 0.71 | 0.95 | 0 | 0.39 | 255.1 | 0.9 | 0.32 |
| Hex | 2D | 8 | 9B | 47 | 5F | 0 | 27 | FF | 5A | 20 |
| Octal | 55 | 10 | 233 | 107 | 137 | 0 | 47 | 377 | 132 | 40 |
| Binary | 101101 | 1000 | 10011011 | 1000111 | 1011111 | 0 | 100111 | 11111111 | 1011010 | 100000 |
Color Harmonies of #2D089B
Complementary color
Monochromatic Colors of #2D089B
Black with #2D089B
Text Example
Text Example
White with #2D089B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D089B; }
p { color: rgb(45,8,155); }
H1.HeaderClassName
{
color: #2D089B;
}
.AnyTagClassName
{
color: #2D089B;
}
</style>
background-color css
<style>
a { background-color: #2D089B; }
a { background-color: rgb(45,8,155); }
div.DivClassName
{
background-color: #2D089B;
}
.BgClassName
{
background-color: #2D089B;
}
</style>
border-color css
<style>
span { border-color: #2D089B; }
span { border-color: rgb(45,8,155); }
td.TdClassName
{
border-color: #2D089B;
}
.TagClassName
{
border-color: #2D089B;
}
</style>