Shades of Midnight Blue #2C2682
Tints of Midnight Blue #2C2682
RGB
CMYK
RGB Variations
Color information
#2C2682 (or 0x2C2682) is known color: Midnight Blue. HEX triplet: 2C, 26 and 82. RGB value is (44,38,130). Sum of RGB (Red+Green+Blue) = 44+38+130=212 (28% of max value = 765). Red value is 44 (17.58% from 255 or 20.75% from 212); Green value is 38 (15.23% from 255 or 17.92% from 212); Blue value is 130 (51.17% from 255 or 61.32% from 212); Max value from RGB is 130 - color contains mainly: blue. Hex color #2C2682 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2C2682 is #D3D97D. Grayscale: #313131. Windows color (decimal): -13883774 or 8529452. OLE color: 8529452.
HSL color Cylindrical-coordinate representation of color #2C2682: hue angle of 243.91º degrees, saturation: 0.55, 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 #2C2682 is Cyan = 0.66, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 44 | 38 | 130 | - |
| CMYK | 0.66 | 0.71 | 0 | 0.49 |
| HSL | 243.91º | 0.55% | 0.33% | - |
| HSV(B) | 243.91º | 0.71% | 0.51% | - |
| XYZ | 5.76 | 3.53 | 21.5 | - |
| YUV | 50.28 | 172.99 | 123.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 38 | 130 | 0.66 | 0.71 | 0 | 0.49 | 243.91 | 0.55 | 0.33 |
| Hex | 2C | 26 | 82 | 42 | 47 | 0 | 31 | F4 | 37 | 21 |
| Octal | 54 | 46 | 202 | 102 | 107 | 0 | 61 | 364 | 67 | 41 |
| Binary | 101100 | 100110 | 10000010 | 1000010 | 1000111 | 0 | 110001 | 11110100 | 110111 | 100001 |
Color Harmonies of #2C2682
Complementary color
Monochromatic Colors of #2C2682
Black with #2C2682
Text Example
Text Example
White with #2C2682
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C2682; }
p { color: rgb(44,38,130); }
H1.HeaderClassName
{
color: #2C2682;
}
.AnyTagClassName
{
color: #2C2682;
}
</style>
background-color css
<style>
a { background-color: #2C2682; }
a { background-color: rgb(44,38,130); }
div.DivClassName
{
background-color: #2C2682;
}
.BgClassName
{
background-color: #2C2682;
}
</style>
border-color css
<style>
span { border-color: #2C2682; }
span { border-color: rgb(44,38,130); }
td.TdClassName
{
border-color: #2C2682;
}
.TagClassName
{
border-color: #2C2682;
}
</style>