Shades of Midnight Blue #2C257A
Tints of Midnight Blue #2C257A
RGB
CMYK
RGB Variations
Color information
#2C257A (or 0x2C257A) is known color: Midnight Blue. HEX triplet: 2C, 25 and 7A. RGB value is (44,37,122). Sum of RGB (Red+Green+Blue) = 44+37+122=203 (26% of max value = 765). Red value is 44 (17.58% from 255 or 21.67% from 203); Green value is 37 (14.84% from 255 or 18.23% from 203); Blue value is 122 (48.05% from 255 or 60.10% from 203); Max value from RGB is 122 - color contains mainly: blue. Hex color #2C257A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2C257A is #D3DA85. Grayscale: #303030. Windows color (decimal): -13884038 or 8004908. OLE color: 8004908.
HSL color Cylindrical-coordinate representation of color #2C257A: hue angle of 244.94º degrees, saturation: 0.53, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2C257A is Cyan = 0.64, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 44 | 37 | 122 | - |
| CMYK | 0.64 | 0.70 | 0 | 0.52 |
| HSL | 244.94º | 0.53% | 0.31% | - |
| HSV(B) | 244.94º | 0.7% | 0.48% | - |
| XYZ | 5.21 | 3.26 | 18.77 | - |
| YUV | 48.78 | 169.32 | 124.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 37 | 122 | 0.64 | 0.70 | 0 | 0.52 | 244.94 | 0.53 | 0.31 |
| Hex | 2C | 25 | 7A | 40 | 46 | 0 | 34 | F5 | 35 | 1F |
| Octal | 54 | 45 | 172 | 100 | 106 | 0 | 64 | 365 | 65 | 37 |
| Binary | 101100 | 100101 | 1111010 | 1000000 | 1000110 | 0 | 110100 | 11110101 | 110101 | 11111 |
Color Harmonies of #2C257A
Complementary color
Monochromatic Colors of #2C257A
Black with #2C257A
Text Example
Text Example
White with #2C257A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C257A; }
p { color: rgb(44,37,122); }
H1.HeaderClassName
{
color: #2C257A;
}
.AnyTagClassName
{
color: #2C257A;
}
</style>
background-color css
<style>
a { background-color: #2C257A; }
a { background-color: rgb(44,37,122); }
div.DivClassName
{
background-color: #2C257A;
}
.BgClassName
{
background-color: #2C257A;
}
</style>
border-color css
<style>
span { border-color: #2C257A; }
span { border-color: rgb(44,37,122); }
td.TdClassName
{
border-color: #2C257A;
}
.TagClassName
{
border-color: #2C257A;
}
</style>