Shades of Ultramarine #2B089D
Tints of Ultramarine #2B089D
RGB
CMYK
RGB Variations
Color information
#2B089D (or 0x2B089D) is known color: Ultramarine. HEX triplet: 2B, 08 and 9D. RGB value is (43,8,157). Sum of RGB (Red+Green+Blue) = 43+8+157=208 (27% of max value = 765). Red value is 43 (17.19% from 255 or 20.67% from 208); Green value is 8 (3.52% from 255 or 3.85% from 208); Blue value is 157 (61.72% from 255 or 75.48% from 208); Max value from RGB is 157 - color contains mainly: blue. Hex color #2B089D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2B089D is #D4F762. Grayscale: #222222. Windows color (decimal): -13956963 or 10291243. OLE color: 10291243.
HSL color Cylindrical-coordinate representation of color #2B089D: hue angle of 254.09º degrees, saturation: 0.9, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #2B089D is Cyan = 0.73, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 43 | 8 | 157 | - |
| CMYK | 0.73 | 0.95 | 0 | 0.38 |
| HSL | 254.09º | 0.9% | 0.32% | - |
| HSV(B) | 254.09º | 0.95% | 0.62% | - |
| XYZ | 7.17 | 3.12 | 32.12 | - |
| YUV | 35.45 | 196.6 | 133.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 8 | 157 | 0.73 | 0.95 | 0 | 0.38 | 254.09 | 0.9 | 0.32 |
| Hex | 2B | 8 | 9D | 49 | 5F | 0 | 26 | FE | 5A | 20 |
| Octal | 53 | 10 | 235 | 111 | 137 | 0 | 46 | 376 | 132 | 40 |
| Binary | 101011 | 1000 | 10011101 | 1001001 | 1011111 | 0 | 100110 | 11111110 | 1011010 | 100000 |
Color Harmonies of #2B089D
Complementary color
Monochromatic Colors of #2B089D
Black with #2B089D
Text Example
Text Example
White with #2B089D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B089D; }
p { color: rgb(43,8,157); }
H1.HeaderClassName
{
color: #2B089D;
}
.AnyTagClassName
{
color: #2B089D;
}
</style>
background-color css
<style>
a { background-color: #2B089D; }
a { background-color: rgb(43,8,157); }
div.DivClassName
{
background-color: #2B089D;
}
.BgClassName
{
background-color: #2B089D;
}
</style>
border-color css
<style>
span { border-color: #2B089D; }
span { border-color: rgb(43,8,157); }
td.TdClassName
{
border-color: #2B089D;
}
.TagClassName
{
border-color: #2B089D;
}
</style>