Shades of Midnight Blue #2C257D
Tints of Midnight Blue #2C257D
RGB
CMYK
RGB Variations
Color information
#2C257D (or 0x2C257D) is known color: Midnight Blue. HEX triplet: 2C, 25 and 7D. RGB value is (44,37,125). Sum of RGB (Red+Green+Blue) = 44+37+125=206 (27% of max value = 765). Red value is 44 (17.58% from 255 or 21.36% from 206); Green value is 37 (14.84% from 255 or 17.96% from 206); Blue value is 125 (49.22% from 255 or 60.68% from 206); Max value from RGB is 125 - color contains mainly: blue. Hex color #2C257D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2C257D is #D3DA82. Grayscale: #303030. Windows color (decimal): -13884035 or 8201516. OLE color: 8201516.
HSL color Cylindrical-coordinate representation of color #2C257D: hue angle of 244.77º degrees, saturation: 0.54, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2C257D is Cyan = 0.65, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 44 | 37 | 125 | - |
| CMYK | 0.65 | 0.70 | 0 | 0.51 |
| HSL | 244.77º | 0.54% | 0.32% | - |
| HSV(B) | 244.77º | 0.7% | 0.49% | - |
| XYZ | 5.4 | 3.34 | 19.76 | - |
| YUV | 49.13 | 170.82 | 124.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 37 | 125 | 0.65 | 0.70 | 0 | 0.51 | 244.77 | 0.54 | 0.32 |
| Hex | 2C | 25 | 7D | 41 | 46 | 0 | 33 | F5 | 36 | 20 |
| Octal | 54 | 45 | 175 | 101 | 106 | 0 | 63 | 365 | 66 | 40 |
| Binary | 101100 | 100101 | 1111101 | 1000001 | 1000110 | 0 | 110011 | 11110101 | 110110 | 100000 |
Color Harmonies of #2C257D
Complementary color
Monochromatic Colors of #2C257D
Black with #2C257D
Text Example
Text Example
White with #2C257D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C257D; }
p { color: rgb(44,37,125); }
H1.HeaderClassName
{
color: #2C257D;
}
.AnyTagClassName
{
color: #2C257D;
}
</style>
background-color css
<style>
a { background-color: #2C257D; }
a { background-color: rgb(44,37,125); }
div.DivClassName
{
background-color: #2C257D;
}
.BgClassName
{
background-color: #2C257D;
}
</style>
border-color css
<style>
span { border-color: #2C257D; }
span { border-color: rgb(44,37,125); }
td.TdClassName
{
border-color: #2C257D;
}
.TagClassName
{
border-color: #2C257D;
}
</style>