Shades of Midnight Blue #2B237D
Tints of Midnight Blue #2B237D
RGB
CMYK
RGB Variations
Color information
#2B237D (or 0x2B237D) is known color: Midnight Blue. HEX triplet: 2B, 23 and 7D. RGB value is (43,35,125). Sum of RGB (Red+Green+Blue) = 43+35+125=203 (26% of max value = 765). Red value is 43 (17.19% from 255 or 21.18% from 203); Green value is 35 (14.06% from 255 or 17.24% from 203); Blue value is 125 (49.22% from 255 or 61.58% from 203); Max value from RGB is 125 - color contains mainly: blue. Hex color #2B237D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2B237D is #D4DC82. Grayscale: #2F2F2F. Windows color (decimal): -13950083 or 8201003. OLE color: 8201003.
HSL color Cylindrical-coordinate representation of color #2B237D: hue angle of 245.33º degrees, saturation: 0.56, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2B237D is Cyan = 0.66, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 43 | 35 | 125 | - |
| CMYK | 0.66 | 0.72 | 0 | 0.51 |
| HSL | 245.33º | 0.56% | 0.31% | - |
| HSV(B) | 245.33º | 0.72% | 0.49% | - |
| XYZ | 5.3 | 3.2 | 19.74 | - |
| YUV | 47.65 | 171.65 | 124.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 35 | 125 | 0.66 | 0.72 | 0 | 0.51 | 245.33 | 0.56 | 0.31 |
| Hex | 2B | 23 | 7D | 42 | 48 | 0 | 33 | F5 | 38 | 1F |
| Octal | 53 | 43 | 175 | 102 | 110 | 0 | 63 | 365 | 70 | 37 |
| Binary | 101011 | 100011 | 1111101 | 1000010 | 1001000 | 0 | 110011 | 11110101 | 111000 | 11111 |
Color Harmonies of #2B237D
Complementary color
Monochromatic Colors of #2B237D
Black with #2B237D
Text Example
Text Example
White with #2B237D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B237D; }
p { color: rgb(43,35,125); }
H1.HeaderClassName
{
color: #2B237D;
}
.AnyTagClassName
{
color: #2B237D;
}
</style>
background-color css
<style>
a { background-color: #2B237D; }
a { background-color: rgb(43,35,125); }
div.DivClassName
{
background-color: #2B237D;
}
.BgClassName
{
background-color: #2B237D;
}
</style>
border-color css
<style>
span { border-color: #2B237D; }
span { border-color: rgb(43,35,125); }
td.TdClassName
{
border-color: #2B237D;
}
.TagClassName
{
border-color: #2B237D;
}
</style>