Shades of Midnight Blue #2B277E
Tints of Midnight Blue #2B277E
RGB
CMYK
RGB Variations
Color information
#2B277E (or 0x2B277E) is known color: Midnight Blue. HEX triplet: 2B, 27 and 7E. RGB value is (43,39,126). Sum of RGB (Red+Green+Blue) = 43+39+126=208 (27% of max value = 765). Red value is 43 (17.19% from 255 or 20.67% from 208); Green value is 39 (15.62% from 255 or 18.75% from 208); Blue value is 126 (49.61% from 255 or 60.58% from 208); Max value from RGB is 126 - color contains mainly: blue. Hex color #2B277E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2B277E is #D4D881. Grayscale: #313131. Windows color (decimal): -13949058 or 8267563. OLE color: 8267563.
HSL color Cylindrical-coordinate representation of color #2B277E: hue angle of 242.76º degrees, saturation: 0.53, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2B277E is Cyan = 0.66, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 43 | 39 | 126 | - |
| CMYK | 0.66 | 0.69 | 0 | 0.51 |
| HSL | 242.76º | 0.53% | 0.32% | - |
| HSV(B) | 242.76º | 0.69% | 0.49% | - |
| XYZ | 5.49 | 3.47 | 20.12 | - |
| YUV | 50.11 | 170.83 | 122.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 39 | 126 | 0.66 | 0.69 | 0 | 0.51 | 242.76 | 0.53 | 0.32 |
| Hex | 2B | 27 | 7E | 42 | 45 | 0 | 33 | F3 | 35 | 20 |
| Octal | 53 | 47 | 176 | 102 | 105 | 0 | 63 | 363 | 65 | 40 |
| Binary | 101011 | 100111 | 1111110 | 1000010 | 1000101 | 0 | 110011 | 11110011 | 110101 | 100000 |
Color Harmonies of #2B277E
Complementary color
Monochromatic Colors of #2B277E
Black with #2B277E
Text Example
Text Example
White with #2B277E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B277E; }
p { color: rgb(43,39,126); }
H1.HeaderClassName
{
color: #2B277E;
}
.AnyTagClassName
{
color: #2B277E;
}
</style>
background-color css
<style>
a { background-color: #2B277E; }
a { background-color: rgb(43,39,126); }
div.DivClassName
{
background-color: #2B277E;
}
.BgClassName
{
background-color: #2B277E;
}
</style>
border-color css
<style>
span { border-color: #2B277E; }
span { border-color: rgb(43,39,126); }
td.TdClassName
{
border-color: #2B277E;
}
.TagClassName
{
border-color: #2B277E;
}
</style>