Shades of Ultramarine #2D089A
Tints of Ultramarine #2D089A
RGB
CMYK
RGB Variations
Color information
#2D089A (or 0x2D089A) is known color: Ultramarine. HEX triplet: 2D, 08 and 9A. RGB value is (45,8,154). Sum of RGB (Red+Green+Blue) = 45+8+154=207 (27% of max value = 765). Red value is 45 (17.97% from 255 or 21.74% from 207); Green value is 8 (3.52% from 255 or 3.86% from 207); Blue value is 154 (60.55% from 255 or 74.40% from 207); Max value from RGB is 154 - color contains mainly: blue. Hex color #2D089A is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2D089A is #D2F765. Grayscale: #232323. Windows color (decimal): -13825894 or 10094637. OLE color: 10094637.
HSL color Cylindrical-coordinate representation of color #2D089A: hue angle of 255.21º degrees, saturation: 0.9, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #2D089A is Cyan = 0.71, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 45 | 8 | 154 | - |
| CMYK | 0.71 | 0.95 | 0 | 0.40 |
| HSL | 255.21º | 0.9% | 0.32% | - |
| HSV(B) | 255.21º | 0.95% | 0.6% | - |
| XYZ | 7 | 3.06 | 30.79 | - |
| YUV | 35.71 | 194.76 | 134.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 8 | 154 | 0.71 | 0.95 | 0 | 0.40 | 255.21 | 0.9 | 0.32 |
| Hex | 2D | 8 | 9A | 47 | 5F | 0 | 28 | FF | 5A | 20 |
| Octal | 55 | 10 | 232 | 107 | 137 | 0 | 50 | 377 | 132 | 40 |
| Binary | 101101 | 1000 | 10011010 | 1000111 | 1011111 | 0 | 101000 | 11111111 | 1011010 | 100000 |
Color Harmonies of #2D089A
Complementary color
Monochromatic Colors of #2D089A
Black with #2D089A
Text Example
Text Example
White with #2D089A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D089A; }
p { color: rgb(45,8,154); }
H1.HeaderClassName
{
color: #2D089A;
}
.AnyTagClassName
{
color: #2D089A;
}
</style>
background-color css
<style>
a { background-color: #2D089A; }
a { background-color: rgb(45,8,154); }
div.DivClassName
{
background-color: #2D089A;
}
.BgClassName
{
background-color: #2D089A;
}
</style>
border-color css
<style>
span { border-color: #2D089A; }
span { border-color: rgb(45,8,154); }
td.TdClassName
{
border-color: #2D089A;
}
.TagClassName
{
border-color: #2D089A;
}
</style>