Shades of Midnight Blue #2B2688
Tints of Midnight Blue #2B2688
RGB
CMYK
RGB Variations
Color information
#2B2688 (or 0x2B2688) is known color: Midnight Blue. HEX triplet: 2B, 26 and 88. RGB value is (43,38,136). Sum of RGB (Red+Green+Blue) = 43+38+136=217 (28% of max value = 765). Red value is 43 (17.19% from 255 or 19.82% from 217); Green value is 38 (15.23% from 255 or 17.51% from 217); Blue value is 136 (53.52% from 255 or 62.67% from 217); Max value from RGB is 136 - color contains mainly: blue. Hex color #2B2688 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2B2688 is #D4D977. Grayscale: #323232. Windows color (decimal): -13949304 or 8922667. OLE color: 8922667.
HSL color Cylindrical-coordinate representation of color #2B2688: hue angle of 243.06º degrees, saturation: 0.56, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2B2688 is Cyan = 0.68, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 43 | 38 | 136 | - |
| CMYK | 0.68 | 0.72 | 0 | 0.47 |
| HSL | 243.06º | 0.56% | 0.34% | - |
| HSV(B) | 243.06º | 0.72% | 0.53% | - |
| XYZ | 6.13 | 3.68 | 23.68 | - |
| YUV | 50.67 | 176.16 | 122.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 38 | 136 | 0.68 | 0.72 | 0 | 0.47 | 243.06 | 0.56 | 0.34 |
| Hex | 2B | 26 | 88 | 44 | 48 | 0 | 2F | F3 | 38 | 22 |
| Octal | 53 | 46 | 210 | 104 | 110 | 0 | 57 | 363 | 70 | 42 |
| Binary | 101011 | 100110 | 10001000 | 1000100 | 1001000 | 0 | 101111 | 11110011 | 111000 | 100010 |
Color Harmonies of #2B2688
Complementary color
Monochromatic Colors of #2B2688
Black with #2B2688
Text Example
Text Example
White with #2B2688
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B2688; }
p { color: rgb(43,38,136); }
H1.HeaderClassName
{
color: #2B2688;
}
.AnyTagClassName
{
color: #2B2688;
}
</style>
background-color css
<style>
a { background-color: #2B2688; }
a { background-color: rgb(43,38,136); }
div.DivClassName
{
background-color: #2B2688;
}
.BgClassName
{
background-color: #2B2688;
}
</style>
border-color css
<style>
span { border-color: #2B2688; }
span { border-color: rgb(43,38,136); }
td.TdClassName
{
border-color: #2B2688;
}
.TagClassName
{
border-color: #2B2688;
}
</style>