Shades of Midnight Blue #2B277F
Tints of Midnight Blue #2B277F
RGB
CMYK
RGB Variations
Color information
#2B277F (or 0x2B277F) is known color: Midnight Blue. HEX triplet: 2B, 27 and 7F. RGB value is (43,39,127). Sum of RGB (Red+Green+Blue) = 43+39+127=209 (27% of max value = 765). Red value is 43 (17.19% from 255 or 20.57% from 209); Green value is 39 (15.62% from 255 or 18.66% from 209); Blue value is 127 (50% from 255 or 60.77% from 209); Max value from RGB is 127 - color contains mainly: blue. Hex color #2B277F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2B277F is #D4D880. Grayscale: #313131. Windows color (decimal): -13949057 or 8333099. OLE color: 8333099.
HSL color Cylindrical-coordinate representation of color #2B277F: hue angle of 242.73º degrees, saturation: 0.53, 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 #2B277F is Cyan = 0.66, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 43 | 39 | 127 | - |
| CMYK | 0.66 | 0.69 | 0 | 0.50 |
| HSL | 242.73º | 0.53% | 0.33% | - |
| HSV(B) | 242.73º | 0.69% | 0.5% | - |
| XYZ | 5.55 | 3.5 | 20.46 | - |
| YUV | 50.23 | 171.33 | 122.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 39 | 127 | 0.66 | 0.69 | 0 | 0.50 | 242.73 | 0.53 | 0.33 |
| Hex | 2B | 27 | 7F | 42 | 45 | 0 | 32 | F3 | 35 | 21 |
| Octal | 53 | 47 | 177 | 102 | 105 | 0 | 62 | 363 | 65 | 41 |
| Binary | 101011 | 100111 | 1111111 | 1000010 | 1000101 | 0 | 110010 | 11110011 | 110101 | 100001 |
Color Harmonies of #2B277F
Complementary color
Monochromatic Colors of #2B277F
Black with #2B277F
Text Example
Text Example
White with #2B277F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B277F; }
p { color: rgb(43,39,127); }
H1.HeaderClassName
{
color: #2B277F;
}
.AnyTagClassName
{
color: #2B277F;
}
</style>
background-color css
<style>
a { background-color: #2B277F; }
a { background-color: rgb(43,39,127); }
div.DivClassName
{
background-color: #2B277F;
}
.BgClassName
{
background-color: #2B277F;
}
</style>
border-color css
<style>
span { border-color: #2B277F; }
span { border-color: rgb(43,39,127); }
td.TdClassName
{
border-color: #2B277F;
}
.TagClassName
{
border-color: #2B277F;
}
</style>