Shades of Midnight Blue #2B277D
Tints of Midnight Blue #2B277D
RGB
CMYK
RGB Variations
Color information
#2B277D (or 0x2B277D) is known color: Midnight Blue. HEX triplet: 2B, 27 and 7D. RGB value is (43,39,125). Sum of RGB (Red+Green+Blue) = 43+39+125=207 (27% of max value = 765). Red value is 43 (17.19% from 255 or 20.77% from 207); Green value is 39 (15.62% from 255 or 18.84% from 207); Blue value is 125 (49.22% from 255 or 60.39% from 207); Max value from RGB is 125 - color contains mainly: blue. Hex color #2B277D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2B277D is #D4D882. Grayscale: #313131. Windows color (decimal): -13949059 or 8202027. OLE color: 8202027.
HSL color Cylindrical-coordinate representation of color #2B277D: hue angle of 242.79º degrees, saturation: 0.52, 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 #2B277D is Cyan = 0.66, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 43 | 39 | 125 | - |
| CMYK | 0.66 | 0.69 | 0 | 0.51 |
| HSL | 242.79º | 0.52% | 0.32% | - |
| HSV(B) | 242.79º | 0.69% | 0.49% | - |
| XYZ | 5.42 | 3.45 | 19.78 | - |
| YUV | 50 | 170.33 | 123.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 39 | 125 | 0.66 | 0.69 | 0 | 0.51 | 242.79 | 0.52 | 0.32 |
| Hex | 2B | 27 | 7D | 42 | 45 | 0 | 33 | F3 | 34 | 20 |
| Octal | 53 | 47 | 175 | 102 | 105 | 0 | 63 | 363 | 64 | 40 |
| Binary | 101011 | 100111 | 1111101 | 1000010 | 1000101 | 0 | 110011 | 11110011 | 110100 | 100000 |
Color Harmonies of #2B277D
Complementary color
Monochromatic Colors of #2B277D
Black with #2B277D
Text Example
Text Example
White with #2B277D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B277D; }
p { color: rgb(43,39,125); }
H1.HeaderClassName
{
color: #2B277D;
}
.AnyTagClassName
{
color: #2B277D;
}
</style>
background-color css
<style>
a { background-color: #2B277D; }
a { background-color: rgb(43,39,125); }
div.DivClassName
{
background-color: #2B277D;
}
.BgClassName
{
background-color: #2B277D;
}
</style>
border-color css
<style>
span { border-color: #2B277D; }
span { border-color: rgb(43,39,125); }
td.TdClassName
{
border-color: #2B277D;
}
.TagClassName
{
border-color: #2B277D;
}
</style>