Shades of Midnight #2A3641
Tints of Midnight #2A3641
RGB
CMYK
RGB Variations
Color information
#2A3641 (or 0x2A3641) is known color: Midnight. HEX triplet: 2A, 36 and 41. RGB value is (42,54,65). Sum of RGB (Red+Green+Blue) = 42+54+65=161 (21% of max value = 765). Red value is 42 (16.80% from 255 or 26.09% from 161); Green value is 54 (21.48% from 255 or 33.54% from 161); Blue value is 65 (25.78% from 255 or 40.37% from 161); Max value from RGB is 65 - color contains mainly: blue. Hex color #2A3641 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A3641 is #D5C9BE. Grayscale: #333333. Windows color (decimal): -14010815 or 4273706. OLE color: 4273706.
HSL color Cylindrical-coordinate representation of color #2A3641: hue angle of 208.7º degrees, saturation: 0.21, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #2A3641 is Cyan = 0.35, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 42 | 54 | 65 | - |
| CMYK | 0.35 | 0.17 | 0 | 0.75 |
| HSL | 208.7º | 0.21% | 0.21% | - |
| HSV(B) | 208.7º | 0.35% | 0.25% | - |
| XYZ | 3.23 | 3.51 | 5.51 | - |
| YUV | 51.67 | 135.52 | 121.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 54 | 65 | 0.35 | 0.17 | 0 | 0.75 | 208.7 | 0.21 | 0.21 |
| Hex | 2A | 36 | 41 | 23 | 11 | 0 | 4B | D1 | 15 | 15 |
| Octal | 52 | 66 | 101 | 43 | 21 | 0 | 113 | 321 | 25 | 25 |
| Binary | 101010 | 110110 | 1000001 | 100011 | 10001 | 0 | 1001011 | 11010001 | 10101 | 10101 |
Color Harmonies of #2A3641
Complementary color
Monochromatic Colors of #2A3641
Black with #2A3641
Text Example
Text Example
White with #2A3641
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A3641; }
p { color: rgb(42,54,65); }
H1.HeaderClassName
{
color: #2A3641;
}
.AnyTagClassName
{
color: #2A3641;
}
</style>
background-color css
<style>
a { background-color: #2A3641; }
a { background-color: rgb(42,54,65); }
div.DivClassName
{
background-color: #2A3641;
}
.BgClassName
{
background-color: #2A3641;
}
</style>
border-color css
<style>
span { border-color: #2A3641; }
span { border-color: rgb(42,54,65); }
td.TdClassName
{
border-color: #2A3641;
}
.TagClassName
{
border-color: #2A3641;
}
</style>