Shades of Midnight Blue #2B2785
Tints of Midnight Blue #2B2785
RGB
CMYK
RGB Variations
Color information
#2B2785 (or 0x2B2785) is known color: Midnight Blue. HEX triplet: 2B, 27 and 85. RGB value is (43,39,133). Sum of RGB (Red+Green+Blue) = 43+39+133=215 (28% of max value = 765). Red value is 43 (17.19% from 255 or 20% from 215); Green value is 39 (15.62% from 255 or 18.14% from 215); Blue value is 133 (52.34% from 255 or 61.86% from 215); Max value from RGB is 133 - color contains mainly: blue. Hex color #2B2785 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2B2785 is #D4D87A. Grayscale: #323232. Windows color (decimal): -13949051 or 8726315. OLE color: 8726315.
HSL color Cylindrical-coordinate representation of color #2B2785: hue angle of 242.55º degrees, saturation: 0.55, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #2B2785 is Cyan = 0.68, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 43 | 39 | 133 | - |
| CMYK | 0.68 | 0.71 | 0 | 0.48 |
| HSL | 242.55º | 0.55% | 0.34% | - |
| HSV(B) | 242.55º | 0.71% | 0.52% | - |
| XYZ | 5.96 | 3.66 | 22.58 | - |
| YUV | 50.91 | 174.33 | 122.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 39 | 133 | 0.68 | 0.71 | 0 | 0.48 | 242.55 | 0.55 | 0.34 |
| Hex | 2B | 27 | 85 | 44 | 47 | 0 | 30 | F3 | 37 | 22 |
| Octal | 53 | 47 | 205 | 104 | 107 | 0 | 60 | 363 | 67 | 42 |
| Binary | 101011 | 100111 | 10000101 | 1000100 | 1000111 | 0 | 110000 | 11110011 | 110111 | 100010 |
Color Harmonies of #2B2785
Complementary color
Monochromatic Colors of #2B2785
Black with #2B2785
Text Example
Text Example
White with #2B2785
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B2785; }
p { color: rgb(43,39,133); }
H1.HeaderClassName
{
color: #2B2785;
}
.AnyTagClassName
{
color: #2B2785;
}
</style>
background-color css
<style>
a { background-color: #2B2785; }
a { background-color: rgb(43,39,133); }
div.DivClassName
{
background-color: #2B2785;
}
.BgClassName
{
background-color: #2B2785;
}
</style>
border-color css
<style>
span { border-color: #2B2785; }
span { border-color: rgb(43,39,133); }
td.TdClassName
{
border-color: #2B2785;
}
.TagClassName
{
border-color: #2B2785;
}
</style>