Shades of Midnight Blue #2C247B
Tints of Midnight Blue #2C247B
RGB
CMYK
RGB Variations
Color information
#2C247B (or 0x2C247B) is known color: Midnight Blue. HEX triplet: 2C, 24 and 7B. RGB value is (44,36,123). Sum of RGB (Red+Green+Blue) = 44+36+123=203 (26% of max value = 765). Red value is 44 (17.58% from 255 or 21.67% from 203); Green value is 36 (14.45% from 255 or 17.73% from 203); Blue value is 123 (48.44% from 255 or 60.59% from 203); Max value from RGB is 123 - color contains mainly: blue. Hex color #2C247B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2C247B is #D3DB84. Grayscale: #2F2F2F. Windows color (decimal): -13884293 or 8070188. OLE color: 8070188.
HSL color Cylindrical-coordinate representation of color #2C247B: hue angle of 245.52º degrees, saturation: 0.55, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #2C247B is Cyan = 0.64, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 44 | 36 | 123 | - |
| CMYK | 0.64 | 0.71 | 0 | 0.52 |
| HSL | 245.52º | 0.55% | 0.31% | - |
| HSV(B) | 245.52º | 0.71% | 0.48% | - |
| XYZ | 5.24 | 3.23 | 19.09 | - |
| YUV | 48.31 | 170.15 | 124.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 36 | 123 | 0.64 | 0.71 | 0 | 0.52 | 245.52 | 0.55 | 0.31 |
| Hex | 2C | 24 | 7B | 40 | 47 | 0 | 34 | F6 | 37 | 1F |
| Octal | 54 | 44 | 173 | 100 | 107 | 0 | 64 | 366 | 67 | 37 |
| Binary | 101100 | 100100 | 1111011 | 1000000 | 1000111 | 0 | 110100 | 11110110 | 110111 | 11111 |
Color Harmonies of #2C247B
Complementary color
Monochromatic Colors of #2C247B
Black with #2C247B
Text Example
Text Example
White with #2C247B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C247B; }
p { color: rgb(44,36,123); }
H1.HeaderClassName
{
color: #2C247B;
}
.AnyTagClassName
{
color: #2C247B;
}
</style>
background-color css
<style>
a { background-color: #2C247B; }
a { background-color: rgb(44,36,123); }
div.DivClassName
{
background-color: #2C247B;
}
.BgClassName
{
background-color: #2C247B;
}
</style>
border-color css
<style>
span { border-color: #2C247B; }
span { border-color: rgb(44,36,123); }
td.TdClassName
{
border-color: #2C247B;
}
.TagClassName
{
border-color: #2C247B;
}
</style>