Shades of Midnight Blue #2C247D
Tints of Midnight Blue #2C247D
RGB
CMYK
RGB Variations
Color information
#2C247D (or 0x2C247D) is known color: Midnight Blue. HEX triplet: 2C, 24 and 7D. RGB value is (44,36,125). Sum of RGB (Red+Green+Blue) = 44+36+125=205 (27% of max value = 765). Red value is 44 (17.58% from 255 or 21.46% from 205); Green value is 36 (14.45% from 255 or 17.56% from 205); Blue value is 125 (49.22% from 255 or 60.98% from 205); Max value from RGB is 125 - color contains mainly: blue. Hex color #2C247D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2C247D is #D3DB82. Grayscale: #303030. Windows color (decimal): -13884291 or 8201260. OLE color: 8201260.
HSL color Cylindrical-coordinate representation of color #2C247D: hue angle of 245.39º degrees, saturation: 0.55, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #2C247D is Cyan = 0.65, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 44 | 36 | 125 | - |
| CMYK | 0.65 | 0.71 | 0 | 0.51 |
| HSL | 245.39º | 0.55% | 0.32% | - |
| HSV(B) | 245.39º | 0.71% | 0.49% | - |
| XYZ | 5.37 | 3.28 | 19.75 | - |
| YUV | 48.54 | 171.15 | 124.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 36 | 125 | 0.65 | 0.71 | 0 | 0.51 | 245.39 | 0.55 | 0.32 |
| Hex | 2C | 24 | 7D | 41 | 47 | 0 | 33 | F5 | 37 | 20 |
| Octal | 54 | 44 | 175 | 101 | 107 | 0 | 63 | 365 | 67 | 40 |
| Binary | 101100 | 100100 | 1111101 | 1000001 | 1000111 | 0 | 110011 | 11110101 | 110111 | 100000 |
Color Harmonies of #2C247D
Complementary color
Monochromatic Colors of #2C247D
Black with #2C247D
Text Example
Text Example
White with #2C247D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C247D; }
p { color: rgb(44,36,125); }
H1.HeaderClassName
{
color: #2C247D;
}
.AnyTagClassName
{
color: #2C247D;
}
</style>
background-color css
<style>
a { background-color: #2C247D; }
a { background-color: rgb(44,36,125); }
div.DivClassName
{
background-color: #2C247D;
}
.BgClassName
{
background-color: #2C247D;
}
</style>
border-color css
<style>
span { border-color: #2C247D; }
span { border-color: rgb(44,36,125); }
td.TdClassName
{
border-color: #2C247D;
}
.TagClassName
{
border-color: #2C247D;
}
</style>