Shades of Midnight Blue #2B247D
Tints of Midnight Blue #2B247D
RGB
CMYK
RGB Variations
Color information
#2B247D (or 0x2B247D) is known color: Midnight Blue. HEX triplet: 2B, 24 and 7D. RGB value is (43,36,125). Sum of RGB (Red+Green+Blue) = 43+36+125=204 (27% of max value = 765). Red value is 43 (17.19% from 255 or 21.08% from 204); Green value is 36 (14.45% from 255 or 17.65% from 204); Blue value is 125 (49.22% from 255 or 61.27% from 204); Max value from RGB is 125 - color contains mainly: blue. Hex color #2B247D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2B247D is #D4DB82. Grayscale: #2F2F2F. Windows color (decimal): -13949827 or 8201259. OLE color: 8201259.
HSL color Cylindrical-coordinate representation of color #2B247D: hue angle of 244.72º degrees, saturation: 0.55, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #2B247D is Cyan = 0.66, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 43 | 36 | 125 | - |
| CMYK | 0.66 | 0.71 | 0 | 0.51 |
| HSL | 244.72º | 0.55% | 0.32% | - |
| HSV(B) | 244.72º | 0.71% | 0.49% | - |
| XYZ | 5.33 | 3.26 | 19.75 | - |
| YUV | 48.24 | 171.32 | 124.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 36 | 125 | 0.66 | 0.71 | 0 | 0.51 | 244.72 | 0.55 | 0.32 |
| Hex | 2B | 24 | 7D | 42 | 47 | 0 | 33 | F5 | 37 | 20 |
| Octal | 53 | 44 | 175 | 102 | 107 | 0 | 63 | 365 | 67 | 40 |
| Binary | 101011 | 100100 | 1111101 | 1000010 | 1000111 | 0 | 110011 | 11110101 | 110111 | 100000 |
Color Harmonies of #2B247D
Complementary color
Monochromatic Colors of #2B247D
Black with #2B247D
Text Example
Text Example
White with #2B247D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B247D; }
p { color: rgb(43,36,125); }
H1.HeaderClassName
{
color: #2B247D;
}
.AnyTagClassName
{
color: #2B247D;
}
</style>
background-color css
<style>
a { background-color: #2B247D; }
a { background-color: rgb(43,36,125); }
div.DivClassName
{
background-color: #2B247D;
}
.BgClassName
{
background-color: #2B247D;
}
</style>
border-color css
<style>
span { border-color: #2B247D; }
span { border-color: rgb(43,36,125); }
td.TdClassName
{
border-color: #2B247D;
}
.TagClassName
{
border-color: #2B247D;
}
</style>