Shades of Ultramarine #2B20A7
Tints of Ultramarine #2B20A7
RGB
CMYK
RGB Variations
Color information
#2B20A7 (or 0x2B20A7) is known color: Ultramarine. HEX triplet: 2B, 20 and A7. RGB value is (43,32,167). Sum of RGB (Red+Green+Blue) = 43+32+167=242 (32% of max value = 765). Red value is 43 (17.19% from 255 or 17.77% from 242); Green value is 32 (12.89% from 255 or 13.22% from 242); Blue value is 167 (65.62% from 255 or 69.01% from 242); Max value from RGB is 167 - color contains mainly: blue. Hex color #2B20A7 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2B20A7 is #D4DF58. Grayscale: #323232. Windows color (decimal): -13950809 or 10952747. OLE color: 10952747.
HSL color Cylindrical-coordinate representation of color #2B20A7: hue angle of 244.89º degrees, saturation: 0.68, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2B20A7 is Cyan = 0.74, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 43 | 32 | 167 | - |
| CMYK | 0.74 | 0.81 | 0 | 0.35 |
| HSL | 244.89º | 0.68% | 0.39% | - |
| HSV(B) | 244.89º | 0.81% | 0.65% | - |
| XYZ | 8.49 | 4.34 | 36.95 | - |
| YUV | 50.68 | 193.64 | 122.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 32 | 167 | 0.74 | 0.81 | 0 | 0.35 | 244.89 | 0.68 | 0.39 |
| Hex | 2B | 20 | A7 | 4A | 51 | 0 | 23 | F5 | 44 | 27 |
| Octal | 53 | 40 | 247 | 112 | 121 | 0 | 43 | 365 | 104 | 47 |
| Binary | 101011 | 100000 | 10100111 | 1001010 | 1010001 | 0 | 100011 | 11110101 | 1000100 | 100111 |
Color Harmonies of #2B20A7
Complementary color
Monochromatic Colors of #2B20A7
Black with #2B20A7
Text Example
Text Example
White with #2B20A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B20A7; }
p { color: rgb(43,32,167); }
H1.HeaderClassName
{
color: #2B20A7;
}
.AnyTagClassName
{
color: #2B20A7;
}
</style>
background-color css
<style>
a { background-color: #2B20A7; }
a { background-color: rgb(43,32,167); }
div.DivClassName
{
background-color: #2B20A7;
}
.BgClassName
{
background-color: #2B20A7;
}
</style>
border-color css
<style>
span { border-color: #2B20A7; }
span { border-color: rgb(43,32,167); }
td.TdClassName
{
border-color: #2B20A7;
}
.TagClassName
{
border-color: #2B20A7;
}
</style>