Shades of Ultramarine #2B179D
Tints of Ultramarine #2B179D
RGB
CMYK
RGB Variations
Color information
#2B179D (or 0x2B179D) is known color: Ultramarine. HEX triplet: 2B, 17 and 9D. RGB value is (43,23,157). Sum of RGB (Red+Green+Blue) = 43+23+157=223 (29% of max value = 765). Red value is 43 (17.19% from 255 or 19.28% from 223); Green value is 23 (9.38% from 255 or 10.31% from 223); Blue value is 157 (61.72% from 255 or 70.40% from 223); Max value from RGB is 157 - color contains mainly: blue. Hex color #2B179D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2B179D is #D4E862. Grayscale: #2B2B2B. Windows color (decimal): -13953123 or 10295083. OLE color: 10295083.
HSL color Cylindrical-coordinate representation of color #2B179D: hue angle of 248.96º degrees, saturation: 0.74, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2B179D is Cyan = 0.73, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 43 | 23 | 157 | - |
| CMYK | 0.73 | 0.85 | 0 | 0.38 |
| HSL | 248.96º | 0.74% | 0.35% | - |
| HSV(B) | 248.96º | 0.85% | 0.62% | - |
| XYZ | 7.39 | 3.56 | 32.2 | - |
| YUV | 44.26 | 191.63 | 127.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 23 | 157 | 0.73 | 0.85 | 0 | 0.38 | 248.96 | 0.74 | 0.35 |
| Hex | 2B | 17 | 9D | 49 | 55 | 0 | 26 | F9 | 4A | 23 |
| Octal | 53 | 27 | 235 | 111 | 125 | 0 | 46 | 371 | 112 | 43 |
| Binary | 101011 | 10111 | 10011101 | 1001001 | 1010101 | 0 | 100110 | 11111001 | 1001010 | 100011 |
Color Harmonies of #2B179D
Complementary color
Monochromatic Colors of #2B179D
Black with #2B179D
Text Example
Text Example
White with #2B179D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B179D; }
p { color: rgb(43,23,157); }
H1.HeaderClassName
{
color: #2B179D;
}
.AnyTagClassName
{
color: #2B179D;
}
</style>
background-color css
<style>
a { background-color: #2B179D; }
a { background-color: rgb(43,23,157); }
div.DivClassName
{
background-color: #2B179D;
}
.BgClassName
{
background-color: #2B179D;
}
</style>
border-color css
<style>
span { border-color: #2B179D; }
span { border-color: rgb(43,23,157); }
td.TdClassName
{
border-color: #2B179D;
}
.TagClassName
{
border-color: #2B179D;
}
</style>