Shades of Midnight Blue #2A2474
Tints of Midnight Blue #2A2474
RGB
CMYK
RGB Variations
Color information
#2A2474 (or 0x2A2474) is known color: Midnight Blue. HEX triplet: 2A, 24 and 74. RGB value is (42,36,116). Sum of RGB (Red+Green+Blue) = 42+36+116=194 (25% of max value = 765). Red value is 42 (16.80% from 255 or 21.65% from 194); Green value is 36 (14.45% from 255 or 18.56% from 194); Blue value is 116 (45.70% from 255 or 59.79% from 194); Max value from RGB is 116 - color contains mainly: blue. Hex color #2A2474 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2A2474 is #D5DB8B. Grayscale: #2E2E2E. Windows color (decimal): -14015372 or 7611434. OLE color: 7611434.
HSL color Cylindrical-coordinate representation of color #2A2474: hue angle of 244.5º degrees, saturation: 0.53, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2A2474 is Cyan = 0.64, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 42 | 36 | 116 | - |
| CMYK | 0.64 | 0.69 | 0 | 0.55 |
| HSL | 244.5º | 0.53% | 0.3% | - |
| HSV(B) | 244.5º | 0.69% | 0.45% | - |
| XYZ | 4.74 | 3.01 | 16.86 | - |
| YUV | 46.91 | 166.99 | 124.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 36 | 116 | 0.64 | 0.69 | 0 | 0.55 | 244.5 | 0.53 | 0.3 |
| Hex | 2A | 24 | 74 | 40 | 45 | 0 | 37 | F4 | 35 | 1E |
| Octal | 52 | 44 | 164 | 100 | 105 | 0 | 67 | 364 | 65 | 36 |
| Binary | 101010 | 100100 | 1110100 | 1000000 | 1000101 | 0 | 110111 | 11110100 | 110101 | 11110 |
Color Harmonies of #2A2474
Complementary color
Monochromatic Colors of #2A2474
Black with #2A2474
Text Example
Text Example
White with #2A2474
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A2474; }
p { color: rgb(42,36,116); }
H1.HeaderClassName
{
color: #2A2474;
}
.AnyTagClassName
{
color: #2A2474;
}
</style>
background-color css
<style>
a { background-color: #2A2474; }
a { background-color: rgb(42,36,116); }
div.DivClassName
{
background-color: #2A2474;
}
.BgClassName
{
background-color: #2A2474;
}
</style>
border-color css
<style>
span { border-color: #2A2474; }
span { border-color: rgb(42,36,116); }
td.TdClassName
{
border-color: #2A2474;
}
.TagClassName
{
border-color: #2A2474;
}
</style>