Shades of Ultramarine #2D089E
Tints of Ultramarine #2D089E
RGB
CMYK
RGB Variations
Color information
#2D089E (or 0x2D089E) is known color: Ultramarine. HEX triplet: 2D, 08 and 9E. RGB value is (45,8,158). Sum of RGB (Red+Green+Blue) = 45+8+158=211 (27% of max value = 765). Red value is 45 (17.97% from 255 or 21.33% from 211); Green value is 8 (3.52% from 255 or 3.79% from 211); Blue value is 158 (62.11% from 255 or 74.88% from 211); Max value from RGB is 158 - color contains mainly: blue. Hex color #2D089E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2D089E is #D2F761. Grayscale: #232323. Windows color (decimal): -13825890 or 10356781. OLE color: 10356781.
HSL color Cylindrical-coordinate representation of color #2D089E: hue angle of 254.8º degrees, saturation: 0.9, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #2D089E is Cyan = 0.72, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 45 | 8 | 158 | - |
| CMYK | 0.72 | 0.95 | 0 | 0.38 |
| HSL | 254.8º | 0.9% | 0.33% | - |
| HSV(B) | 254.8º | 0.95% | 0.62% | - |
| XYZ | 7.34 | 3.2 | 32.58 | - |
| YUV | 36.16 | 196.76 | 134.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 8 | 158 | 0.72 | 0.95 | 0 | 0.38 | 254.8 | 0.9 | 0.33 |
| Hex | 2D | 8 | 9E | 48 | 5F | 0 | 26 | FF | 5A | 21 |
| Octal | 55 | 10 | 236 | 110 | 137 | 0 | 46 | 377 | 132 | 41 |
| Binary | 101101 | 1000 | 10011110 | 1001000 | 1011111 | 0 | 100110 | 11111111 | 1011010 | 100001 |
Color Harmonies of #2D089E
Complementary color
Monochromatic Colors of #2D089E
Black with #2D089E
Text Example
Text Example
White with #2D089E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D089E; }
p { color: rgb(45,8,158); }
H1.HeaderClassName
{
color: #2D089E;
}
.AnyTagClassName
{
color: #2D089E;
}
</style>
background-color css
<style>
a { background-color: #2D089E; }
a { background-color: rgb(45,8,158); }
div.DivClassName
{
background-color: #2D089E;
}
.BgClassName
{
background-color: #2D089E;
}
</style>
border-color css
<style>
span { border-color: #2D089E; }
span { border-color: rgb(45,8,158); }
td.TdClassName
{
border-color: #2D089E;
}
.TagClassName
{
border-color: #2D089E;
}
</style>