Shades of Ultramarine #2B089C
Tints of Ultramarine #2B089C
RGB
CMYK
RGB Variations
Color information
#2B089C (or 0x2B089C) is known color: Ultramarine. HEX triplet: 2B, 08 and 9C. RGB value is (43,8,156). Sum of RGB (Red+Green+Blue) = 43+8+156=207 (27% of max value = 765). Red value is 43 (17.19% from 255 or 20.77% from 207); Green value is 8 (3.52% from 255 or 3.86% from 207); Blue value is 156 (61.33% from 255 or 75.36% from 207); Max value from RGB is 156 - color contains mainly: blue. Hex color #2B089C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2B089C is #D4F763. Grayscale: #222222. Windows color (decimal): -13956964 or 10225707. OLE color: 10225707.
HSL color Cylindrical-coordinate representation of color #2B089C: hue angle of 254.19º 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 #2B089C is Cyan = 0.72, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 43 | 8 | 156 | - |
| CMYK | 0.72 | 0.95 | 0 | 0.39 |
| HSL | 254.19º | 0.9% | 0.32% | - |
| HSV(B) | 254.19º | 0.95% | 0.61% | - |
| XYZ | 7.08 | 3.09 | 31.68 | - |
| YUV | 35.34 | 196.1 | 133.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 8 | 156 | 0.72 | 0.95 | 0 | 0.39 | 254.19 | 0.9 | 0.32 |
| Hex | 2B | 8 | 9C | 48 | 5F | 0 | 27 | FE | 5A | 20 |
| Octal | 53 | 10 | 234 | 110 | 137 | 0 | 47 | 376 | 132 | 40 |
| Binary | 101011 | 1000 | 10011100 | 1001000 | 1011111 | 0 | 100111 | 11111110 | 1011010 | 100000 |
Color Harmonies of #2B089C
Complementary color
Monochromatic Colors of #2B089C
Black with #2B089C
Text Example
Text Example
White with #2B089C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B089C; }
p { color: rgb(43,8,156); }
H1.HeaderClassName
{
color: #2B089C;
}
.AnyTagClassName
{
color: #2B089C;
}
</style>
background-color css
<style>
a { background-color: #2B089C; }
a { background-color: rgb(43,8,156); }
div.DivClassName
{
background-color: #2B089C;
}
.BgClassName
{
background-color: #2B089C;
}
</style>
border-color css
<style>
span { border-color: #2B089C; }
span { border-color: rgb(43,8,156); }
td.TdClassName
{
border-color: #2B089C;
}
.TagClassName
{
border-color: #2B089C;
}
</style>