Shades of Midnight Blue #2B2375
Tints of Midnight Blue #2B2375
RGB
CMYK
RGB Variations
Color information
#2B2375 (or 0x2B2375) is known color: Midnight Blue. HEX triplet: 2B, 23 and 75. RGB value is (43,35,117). Sum of RGB (Red+Green+Blue) = 43+35+117=195 (25% of max value = 765). Red value is 43 (17.19% from 255 or 22.05% from 195); Green value is 35 (14.06% from 255 or 17.95% from 195); Blue value is 117 (46.09% from 255 or 60% from 195); Max value from RGB is 117 - color contains mainly: blue. Hex color #2B2375 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2B2375 is #D4DC8A. Grayscale: #2E2E2E. Windows color (decimal): -13950091 or 7676715. OLE color: 7676715.
HSL color Cylindrical-coordinate representation of color #2B2375: hue angle of 245.85º degrees, saturation: 0.54, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2B2375 is Cyan = 0.63, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 43 | 35 | 117 | - |
| CMYK | 0.63 | 0.70 | 0 | 0.54 |
| HSL | 245.85º | 0.54% | 0.3% | - |
| HSV(B) | 245.85º | 0.7% | 0.46% | - |
| XYZ | 4.81 | 3 | 17.16 | - |
| YUV | 46.74 | 167.65 | 125.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 35 | 117 | 0.63 | 0.70 | 0 | 0.54 | 245.85 | 0.54 | 0.3 |
| Hex | 2B | 23 | 75 | 3F | 46 | 0 | 36 | F6 | 36 | 1E |
| Octal | 53 | 43 | 165 | 77 | 106 | 0 | 66 | 366 | 66 | 36 |
| Binary | 101011 | 100011 | 1110101 | 111111 | 1000110 | 0 | 110110 | 11110110 | 110110 | 11110 |
Color Harmonies of #2B2375
Complementary color
Monochromatic Colors of #2B2375
Black with #2B2375
Text Example
Text Example
White with #2B2375
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B2375; }
p { color: rgb(43,35,117); }
H1.HeaderClassName
{
color: #2B2375;
}
.AnyTagClassName
{
color: #2B2375;
}
</style>
background-color css
<style>
a { background-color: #2B2375; }
a { background-color: rgb(43,35,117); }
div.DivClassName
{
background-color: #2B2375;
}
.BgClassName
{
background-color: #2B2375;
}
</style>
border-color css
<style>
span { border-color: #2B2375; }
span { border-color: rgb(43,35,117); }
td.TdClassName
{
border-color: #2B2375;
}
.TagClassName
{
border-color: #2B2375;
}
</style>