Shades of Midnight Blue #2B2880
Tints of Midnight Blue #2B2880
RGB
CMYK
RGB Variations
Color information
#2B2880 (or 0x2B2880) is known color: Midnight Blue. HEX triplet: 2B, 28 and 80. RGB value is (43,40,128). Sum of RGB (Red+Green+Blue) = 43+40+128=211 (27% of max value = 765). Red value is 43 (17.19% from 255 or 20.38% from 211); Green value is 40 (16.02% from 255 or 18.96% from 211); Blue value is 128 (50.39% from 255 or 60.66% from 211); Max value from RGB is 128 - color contains mainly: blue. Hex color #2B2880 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2B2880 is #D4D77F. Grayscale: #323232. Windows color (decimal): -13948800 or 8398891. OLE color: 8398891.
HSL color Cylindrical-coordinate representation of color #2B2880: hue angle of 242.05º degrees, saturation: 0.52, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2B2880 is Cyan = 0.66, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 43 | 40 | 128 | - |
| CMYK | 0.66 | 0.69 | 0 | 0.50 |
| HSL | 242.05º | 0.52% | 0.33% | - |
| HSV(B) | 242.05º | 0.69% | 0.5% | - |
| XYZ | 5.65 | 3.59 | 20.82 | - |
| YUV | 50.93 | 171.49 | 122.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 40 | 128 | 0.66 | 0.69 | 0 | 0.50 | 242.05 | 0.52 | 0.33 |
| Hex | 2B | 28 | 80 | 42 | 45 | 0 | 32 | F2 | 34 | 21 |
| Octal | 53 | 50 | 200 | 102 | 105 | 0 | 62 | 362 | 64 | 41 |
| Binary | 101011 | 101000 | 10000000 | 1000010 | 1000101 | 0 | 110010 | 11110010 | 110100 | 100001 |
Color Harmonies of #2B2880
Complementary color
Monochromatic Colors of #2B2880
Black with #2B2880
Text Example
Text Example
White with #2B2880
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B2880; }
p { color: rgb(43,40,128); }
H1.HeaderClassName
{
color: #2B2880;
}
.AnyTagClassName
{
color: #2B2880;
}
</style>
background-color css
<style>
a { background-color: #2B2880; }
a { background-color: rgb(43,40,128); }
div.DivClassName
{
background-color: #2B2880;
}
.BgClassName
{
background-color: #2B2880;
}
</style>
border-color css
<style>
span { border-color: #2B2880; }
span { border-color: rgb(43,40,128); }
td.TdClassName
{
border-color: #2B2880;
}
.TagClassName
{
border-color: #2B2880;
}
</style>