Shades of Midnight Blue #2B2678
Tints of Midnight Blue #2B2678
RGB
CMYK
RGB Variations
Color information
#2B2678 (or 0x2B2678) is known color: Midnight Blue. HEX triplet: 2B, 26 and 78. RGB value is (43,38,120). Sum of RGB (Red+Green+Blue) = 43+38+120=201 (26% of max value = 765). Red value is 43 (17.19% from 255 or 21.39% from 201); Green value is 38 (15.23% from 255 or 18.91% from 201); Blue value is 120 (47.27% from 255 or 59.70% from 201); Max value from RGB is 120 - color contains mainly: blue. Hex color #2B2678 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2B2678 is #D4D987. Grayscale: #303030. Windows color (decimal): -13949320 or 7874091. OLE color: 7874091.
HSL color Cylindrical-coordinate representation of color #2B2678: hue angle of 243.66º degrees, saturation: 0.52, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #2B2678 is Cyan = 0.64, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 43 | 38 | 120 | - |
| CMYK | 0.64 | 0.68 | 0 | 0.53 |
| HSL | 243.66º | 0.52% | 0.31% | - |
| HSV(B) | 243.66º | 0.68% | 0.47% | - |
| XYZ | 5.08 | 3.26 | 18.13 | - |
| YUV | 48.84 | 168.16 | 123.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 38 | 120 | 0.64 | 0.68 | 0 | 0.53 | 243.66 | 0.52 | 0.31 |
| Hex | 2B | 26 | 78 | 40 | 44 | 0 | 35 | F4 | 34 | 1F |
| Octal | 53 | 46 | 170 | 100 | 104 | 0 | 65 | 364 | 64 | 37 |
| Binary | 101011 | 100110 | 1111000 | 1000000 | 1000100 | 0 | 110101 | 11110100 | 110100 | 11111 |
Color Harmonies of #2B2678
Complementary color
Monochromatic Colors of #2B2678
Black with #2B2678
Text Example
Text Example
White with #2B2678
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B2678; }
p { color: rgb(43,38,120); }
H1.HeaderClassName
{
color: #2B2678;
}
.AnyTagClassName
{
color: #2B2678;
}
</style>
background-color css
<style>
a { background-color: #2B2678; }
a { background-color: rgb(43,38,120); }
div.DivClassName
{
background-color: #2B2678;
}
.BgClassName
{
background-color: #2B2678;
}
</style>
border-color css
<style>
span { border-color: #2B2678; }
span { border-color: rgb(43,38,120); }
td.TdClassName
{
border-color: #2B2678;
}
.TagClassName
{
border-color: #2B2678;
}
</style>