Shades of Midnight Blue #2B2483
Tints of Midnight Blue #2B2483
RGB
CMYK
RGB Variations
Color information
#2B2483 (or 0x2B2483) is known color: Midnight Blue. HEX triplet: 2B, 24 and 83. RGB value is (43,36,131). Sum of RGB (Red+Green+Blue) = 43+36+131=210 (27% of max value = 765). Red value is 43 (17.19% from 255 or 20.48% from 210); Green value is 36 (14.45% from 255 or 17.14% from 210); Blue value is 131 (51.56% from 255 or 62.38% from 210); Max value from RGB is 131 - color contains mainly: blue. Hex color #2B2483 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2B2483 is #D4DB7C. Grayscale: #303030. Windows color (decimal): -13949821 or 8594475. OLE color: 8594475.
HSL color Cylindrical-coordinate representation of color #2B2483: hue angle of 244.42º degrees, saturation: 0.57, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2B2483 is Cyan = 0.67, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 43 | 36 | 131 | - |
| CMYK | 0.67 | 0.73 | 0 | 0.49 |
| HSL | 244.42º | 0.57% | 0.33% | - |
| HSV(B) | 244.42º | 0.73% | 0.51% | - |
| XYZ | 5.72 | 3.41 | 21.83 | - |
| YUV | 48.92 | 174.32 | 123.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 36 | 131 | 0.67 | 0.73 | 0 | 0.49 | 244.42 | 0.57 | 0.33 |
| Hex | 2B | 24 | 83 | 43 | 49 | 0 | 31 | F4 | 39 | 21 |
| Octal | 53 | 44 | 203 | 103 | 111 | 0 | 61 | 364 | 71 | 41 |
| Binary | 101011 | 100100 | 10000011 | 1000011 | 1001001 | 0 | 110001 | 11110100 | 111001 | 100001 |
Color Harmonies of #2B2483
Complementary color
Monochromatic Colors of #2B2483
Black with #2B2483
Text Example
Text Example
White with #2B2483
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B2483; }
p { color: rgb(43,36,131); }
H1.HeaderClassName
{
color: #2B2483;
}
.AnyTagClassName
{
color: #2B2483;
}
</style>
background-color css
<style>
a { background-color: #2B2483; }
a { background-color: rgb(43,36,131); }
div.DivClassName
{
background-color: #2B2483;
}
.BgClassName
{
background-color: #2B2483;
}
</style>
border-color css
<style>
span { border-color: #2B2483; }
span { border-color: rgb(43,36,131); }
td.TdClassName
{
border-color: #2B2483;
}
.TagClassName
{
border-color: #2B2483;
}
</style>