Shades of Midnight Blue #2C2681
Tints of Midnight Blue #2C2681
RGB
CMYK
RGB Variations
Color information
#2C2681 (or 0x2C2681) is known color: Midnight Blue. HEX triplet: 2C, 26 and 81. RGB value is (44,38,129). Sum of RGB (Red+Green+Blue) = 44+38+129=211 (27% of max value = 765). Red value is 44 (17.58% from 255 or 20.85% from 211); Green value is 38 (15.23% from 255 or 18.01% from 211); Blue value is 129 (50.78% from 255 or 61.14% from 211); Max value from RGB is 129 - color contains mainly: blue. Hex color #2C2681 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2C2681 is #D3D97E. Grayscale: #313131. Windows color (decimal): -13883775 or 8463916. OLE color: 8463916.
HSL color Cylindrical-coordinate representation of color #2C2681: hue angle of 243.96º degrees, saturation: 0.54, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #2C2681 is Cyan = 0.66, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 44 | 38 | 129 | - |
| CMYK | 0.66 | 0.71 | 0 | 0.49 |
| HSL | 243.96º | 0.54% | 0.33% | - |
| HSV(B) | 243.96º | 0.71% | 0.51% | - |
| XYZ | 5.69 | 3.51 | 21.15 | - |
| YUV | 50.17 | 172.49 | 123.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 38 | 129 | 0.66 | 0.71 | 0 | 0.49 | 243.96 | 0.54 | 0.33 |
| Hex | 2C | 26 | 81 | 42 | 47 | 0 | 31 | F4 | 36 | 21 |
| Octal | 54 | 46 | 201 | 102 | 107 | 0 | 61 | 364 | 66 | 41 |
| Binary | 101100 | 100110 | 10000001 | 1000010 | 1000111 | 0 | 110001 | 11110100 | 110110 | 100001 |
Color Harmonies of #2C2681
Complementary color
Monochromatic Colors of #2C2681
Black with #2C2681
Text Example
Text Example
White with #2C2681
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C2681; }
p { color: rgb(44,38,129); }
H1.HeaderClassName
{
color: #2C2681;
}
.AnyTagClassName
{
color: #2C2681;
}
</style>
background-color css
<style>
a { background-color: #2C2681; }
a { background-color: rgb(44,38,129); }
div.DivClassName
{
background-color: #2C2681;
}
.BgClassName
{
background-color: #2C2681;
}
</style>
border-color css
<style>
span { border-color: #2C2681; }
span { border-color: rgb(44,38,129); }
td.TdClassName
{
border-color: #2C2681;
}
.TagClassName
{
border-color: #2C2681;
}
</style>