Shades of Midnight Blue #2C267B
Tints of Midnight Blue #2C267B
RGB
CMYK
RGB Variations
Color information
#2C267B (or 0x2C267B) is known color: Midnight Blue. HEX triplet: 2C, 26 and 7B. RGB value is (44,38,123). Sum of RGB (Red+Green+Blue) = 44+38+123=205 (27% of max value = 765). Red value is 44 (17.58% from 255 or 21.46% from 205); Green value is 38 (15.23% from 255 or 18.54% from 205); Blue value is 123 (48.44% from 255 or 60% from 205); Max value from RGB is 123 - color contains mainly: blue. Hex color #2C267B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2C267B is #D3D984. Grayscale: #313131. Windows color (decimal): -13883781 or 8070700. OLE color: 8070700.
HSL color Cylindrical-coordinate representation of color #2C267B: hue angle of 244.24º degrees, saturation: 0.53, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2C267B is Cyan = 0.64, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 44 | 38 | 123 | - |
| CMYK | 0.64 | 0.69 | 0 | 0.52 |
| HSL | 244.24º | 0.53% | 0.32% | - |
| HSV(B) | 244.24º | 0.69% | 0.48% | - |
| XYZ | 5.31 | 3.35 | 19.11 | - |
| YUV | 49.48 | 169.49 | 124.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 38 | 123 | 0.64 | 0.69 | 0 | 0.52 | 244.24 | 0.53 | 0.32 |
| Hex | 2C | 26 | 7B | 40 | 45 | 0 | 34 | F4 | 35 | 20 |
| Octal | 54 | 46 | 173 | 100 | 105 | 0 | 64 | 364 | 65 | 40 |
| Binary | 101100 | 100110 | 1111011 | 1000000 | 1000101 | 0 | 110100 | 11110100 | 110101 | 100000 |
Color Harmonies of #2C267B
Complementary color
Monochromatic Colors of #2C267B
Black with #2C267B
Text Example
Text Example
White with #2C267B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C267B; }
p { color: rgb(44,38,123); }
H1.HeaderClassName
{
color: #2C267B;
}
.AnyTagClassName
{
color: #2C267B;
}
</style>
background-color css
<style>
a { background-color: #2C267B; }
a { background-color: rgb(44,38,123); }
div.DivClassName
{
background-color: #2C267B;
}
.BgClassName
{
background-color: #2C267B;
}
</style>
border-color css
<style>
span { border-color: #2C267B; }
span { border-color: rgb(44,38,123); }
td.TdClassName
{
border-color: #2C267B;
}
.TagClassName
{
border-color: #2C267B;
}
</style>