Shades of Ultramarine #2B209A
Tints of Ultramarine #2B209A
RGB
CMYK
RGB Variations
Color information
#2B209A (or 0x2B209A) is known color: Ultramarine. HEX triplet: 2B, 20 and 9A. RGB value is (43,32,154). Sum of RGB (Red+Green+Blue) = 43+32+154=229 (30% of max value = 765). Red value is 43 (17.19% from 255 or 18.78% from 229); Green value is 32 (12.89% from 255 or 13.97% from 229); Blue value is 154 (60.55% from 255 or 67.25% from 229); Max value from RGB is 154 - color contains mainly: blue. Hex color #2B209A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2B209A is #D4DF65. Grayscale: #303030. Windows color (decimal): -13950822 or 10100779. OLE color: 10100779.
HSL color Cylindrical-coordinate representation of color #2B209A: hue angle of 245.41º degrees, saturation: 0.66, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2B209A is Cyan = 0.72, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 43 | 32 | 154 | - |
| CMYK | 0.72 | 0.79 | 0 | 0.40 |
| HSL | 245.41º | 0.66% | 0.36% | - |
| HSV(B) | 245.41º | 0.79% | 0.6% | - |
| XYZ | 7.35 | 3.88 | 30.93 | - |
| YUV | 49.2 | 187.14 | 123.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 32 | 154 | 0.72 | 0.79 | 0 | 0.40 | 245.41 | 0.66 | 0.36 |
| Hex | 2B | 20 | 9A | 48 | 4F | 0 | 28 | F5 | 42 | 24 |
| Octal | 53 | 40 | 232 | 110 | 117 | 0 | 50 | 365 | 102 | 44 |
| Binary | 101011 | 100000 | 10011010 | 1001000 | 1001111 | 0 | 101000 | 11110101 | 1000010 | 100100 |
Color Harmonies of #2B209A
Complementary color
Monochromatic Colors of #2B209A
Black with #2B209A
Text Example
Text Example
White with #2B209A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B209A; }
p { color: rgb(43,32,154); }
H1.HeaderClassName
{
color: #2B209A;
}
.AnyTagClassName
{
color: #2B209A;
}
</style>
background-color css
<style>
a { background-color: #2B209A; }
a { background-color: rgb(43,32,154); }
div.DivClassName
{
background-color: #2B209A;
}
.BgClassName
{
background-color: #2B209A;
}
</style>
border-color css
<style>
span { border-color: #2B209A; }
span { border-color: rgb(43,32,154); }
td.TdClassName
{
border-color: #2B209A;
}
.TagClassName
{
border-color: #2B209A;
}
</style>