Shades of Midnight Blue #2B2575
Tints of Midnight Blue #2B2575
RGB
CMYK
RGB Variations
Color information
#2B2575 (or 0x2B2575) is known color: Midnight Blue. HEX triplet: 2B, 25 and 75. RGB value is (43,37,117). Sum of RGB (Red+Green+Blue) = 43+37+117=197 (26% of max value = 765). Red value is 43 (17.19% from 255 or 21.83% from 197); Green value is 37 (14.84% from 255 or 18.78% from 197); Blue value is 117 (46.09% from 255 or 59.39% from 197); Max value from RGB is 117 - color contains mainly: blue. Hex color #2B2575 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2B2575 is #D4DA8A. Grayscale: #2F2F2F. Windows color (decimal): -13949579 or 7677227. OLE color: 7677227.
HSL color Cylindrical-coordinate representation of color #2B2575: hue angle of 244.5º degrees, saturation: 0.52, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #2B2575 is Cyan = 0.63, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 43 | 37 | 117 | - |
| CMYK | 0.63 | 0.68 | 0 | 0.54 |
| HSL | 244.5º | 0.52% | 0.3% | - |
| HSV(B) | 244.5º | 0.68% | 0.46% | - |
| XYZ | 4.87 | 3.12 | 17.18 | - |
| YUV | 47.91 | 166.99 | 124.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 37 | 117 | 0.63 | 0.68 | 0 | 0.54 | 244.5 | 0.52 | 0.3 |
| Hex | 2B | 25 | 75 | 3F | 44 | 0 | 36 | F4 | 34 | 1E |
| Octal | 53 | 45 | 165 | 77 | 104 | 0 | 66 | 364 | 64 | 36 |
| Binary | 101011 | 100101 | 1110101 | 111111 | 1000100 | 0 | 110110 | 11110100 | 110100 | 11110 |
Color Harmonies of #2B2575
Complementary color
Monochromatic Colors of #2B2575
Black with #2B2575
Text Example
Text Example
White with #2B2575
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B2575; }
p { color: rgb(43,37,117); }
H1.HeaderClassName
{
color: #2B2575;
}
.AnyTagClassName
{
color: #2B2575;
}
</style>
background-color css
<style>
a { background-color: #2B2575; }
a { background-color: rgb(43,37,117); }
div.DivClassName
{
background-color: #2B2575;
}
.BgClassName
{
background-color: #2B2575;
}
</style>
border-color css
<style>
span { border-color: #2B2575; }
span { border-color: rgb(43,37,117); }
td.TdClassName
{
border-color: #2B2575;
}
.TagClassName
{
border-color: #2B2575;
}
</style>