Shades of Midnight Blue #2B237B
Tints of Midnight Blue #2B237B
RGB
CMYK
RGB Variations
Color information
#2B237B (or 0x2B237B) is known color: Midnight Blue. HEX triplet: 2B, 23 and 7B. RGB value is (43,35,123). Sum of RGB (Red+Green+Blue) = 43+35+123=201 (26% of max value = 765). Red value is 43 (17.19% from 255 or 21.39% from 201); Green value is 35 (14.06% from 255 or 17.41% from 201); Blue value is 123 (48.44% from 255 or 61.19% from 201); Max value from RGB is 123 - color contains mainly: blue. Hex color #2B237B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2B237B is #D4DC84. Grayscale: #2F2F2F. Windows color (decimal): -13950085 or 8069931. OLE color: 8069931.
HSL color Cylindrical-coordinate representation of color #2B237B: hue angle of 245.45º degrees, saturation: 0.56, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2B237B is Cyan = 0.65, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 43 | 35 | 123 | - |
| CMYK | 0.65 | 0.72 | 0 | 0.52 |
| HSL | 245.45º | 0.56% | 0.31% | - |
| HSV(B) | 245.45º | 0.72% | 0.48% | - |
| XYZ | 5.17 | 3.15 | 19.07 | - |
| YUV | 47.42 | 170.65 | 124.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 35 | 123 | 0.65 | 0.72 | 0 | 0.52 | 245.45 | 0.56 | 0.31 |
| Hex | 2B | 23 | 7B | 41 | 48 | 0 | 34 | F5 | 38 | 1F |
| Octal | 53 | 43 | 173 | 101 | 110 | 0 | 64 | 365 | 70 | 37 |
| Binary | 101011 | 100011 | 1111011 | 1000001 | 1001000 | 0 | 110100 | 11110101 | 111000 | 11111 |
Color Harmonies of #2B237B
Complementary color
Monochromatic Colors of #2B237B
Black with #2B237B
Text Example
Text Example
White with #2B237B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B237B; }
p { color: rgb(43,35,123); }
H1.HeaderClassName
{
color: #2B237B;
}
.AnyTagClassName
{
color: #2B237B;
}
</style>
background-color css
<style>
a { background-color: #2B237B; }
a { background-color: rgb(43,35,123); }
div.DivClassName
{
background-color: #2B237B;
}
.BgClassName
{
background-color: #2B237B;
}
</style>
border-color css
<style>
span { border-color: #2B237B; }
span { border-color: rgb(43,35,123); }
td.TdClassName
{
border-color: #2B237B;
}
.TagClassName
{
border-color: #2B237B;
}
</style>