Shades of Midnight Blue #2A2685
Tints of Midnight Blue #2A2685
RGB
CMYK
RGB Variations
Color information
#2A2685 (or 0x2A2685) is known color: Midnight Blue. HEX triplet: 2A, 26 and 85. RGB value is (42,38,133). Sum of RGB (Red+Green+Blue) = 42+38+133=213 (28% of max value = 765). Red value is 42 (16.80% from 255 or 19.72% from 213); Green value is 38 (15.23% from 255 or 17.84% from 213); Blue value is 133 (52.34% from 255 or 62.44% from 213); Max value from RGB is 133 - color contains mainly: blue. Hex color #2A2685 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2A2685 is #D5D97A. Grayscale: #313131. Windows color (decimal): -14014843 or 8726058. OLE color: 8726058.
HSL color Cylindrical-coordinate representation of color #2A2685: hue angle of 242.53º degrees, saturation: 0.56, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #2A2685 is Cyan = 0.68, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 42 | 38 | 133 | - |
| CMYK | 0.68 | 0.71 | 0 | 0.48 |
| HSL | 242.53º | 0.56% | 0.34% | - |
| HSV(B) | 242.53º | 0.71% | 0.52% | - |
| XYZ | 5.88 | 3.57 | 22.57 | - |
| YUV | 50.03 | 174.83 | 122.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 38 | 133 | 0.68 | 0.71 | 0 | 0.48 | 242.53 | 0.56 | 0.34 |
| Hex | 2A | 26 | 85 | 44 | 47 | 0 | 30 | F3 | 38 | 22 |
| Octal | 52 | 46 | 205 | 104 | 107 | 0 | 60 | 363 | 70 | 42 |
| Binary | 101010 | 100110 | 10000101 | 1000100 | 1000111 | 0 | 110000 | 11110011 | 111000 | 100010 |
Color Harmonies of #2A2685
Complementary color
Monochromatic Colors of #2A2685
Black with #2A2685
Text Example
Text Example
White with #2A2685
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A2685; }
p { color: rgb(42,38,133); }
H1.HeaderClassName
{
color: #2A2685;
}
.AnyTagClassName
{
color: #2A2685;
}
</style>
background-color css
<style>
a { background-color: #2A2685; }
a { background-color: rgb(42,38,133); }
div.DivClassName
{
background-color: #2A2685;
}
.BgClassName
{
background-color: #2A2685;
}
</style>
border-color css
<style>
span { border-color: #2A2685; }
span { border-color: rgb(42,38,133); }
td.TdClassName
{
border-color: #2A2685;
}
.TagClassName
{
border-color: #2A2685;
}
</style>