Shades of Midnight Blue #2A2675
Tints of Midnight Blue #2A2675
RGB
CMYK
RGB Variations
Color information
#2A2675 (or 0x2A2675) is known color: Midnight Blue. HEX triplet: 2A, 26 and 75. RGB value is (42,38,117). Sum of RGB (Red+Green+Blue) = 42+38+117=197 (26% of max value = 765). Red value is 42 (16.80% from 255 or 21.32% from 197); Green value is 38 (15.23% from 255 or 19.29% from 197); Blue value is 117 (46.09% from 255 or 59.39% from 197); Max value from RGB is 117 - color contains mainly: blue. Hex color #2A2675 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2A2675 is #D5D98A. Grayscale: #2F2F2F. Windows color (decimal): -14014859 or 7677482. OLE color: 7677482.
HSL color Cylindrical-coordinate representation of color #2A2675: hue angle of 243.04º degrees, saturation: 0.51, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #2A2675 is Cyan = 0.64, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 42 | 38 | 117 | - |
| CMYK | 0.64 | 0.68 | 0 | 0.54 |
| HSL | 243.04º | 0.51% | 0.3% | - |
| HSV(B) | 243.04º | 0.68% | 0.46% | - |
| XYZ | 4.86 | 3.16 | 17.18 | - |
| YUV | 48.2 | 166.83 | 123.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 38 | 117 | 0.64 | 0.68 | 0 | 0.54 | 243.04 | 0.51 | 0.3 |
| Hex | 2A | 26 | 75 | 40 | 44 | 0 | 36 | F3 | 33 | 1E |
| Octal | 52 | 46 | 165 | 100 | 104 | 0 | 66 | 363 | 63 | 36 |
| Binary | 101010 | 100110 | 1110101 | 1000000 | 1000100 | 0 | 110110 | 11110011 | 110011 | 11110 |
Color Harmonies of #2A2675
Complementary color
Monochromatic Colors of #2A2675
Black with #2A2675
Text Example
Text Example
White with #2A2675
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A2675; }
p { color: rgb(42,38,117); }
H1.HeaderClassName
{
color: #2A2675;
}
.AnyTagClassName
{
color: #2A2675;
}
</style>
background-color css
<style>
a { background-color: #2A2675; }
a { background-color: rgb(42,38,117); }
div.DivClassName
{
background-color: #2A2675;
}
.BgClassName
{
background-color: #2A2675;
}
</style>
border-color css
<style>
span { border-color: #2A2675; }
span { border-color: rgb(42,38,117); }
td.TdClassName
{
border-color: #2A2675;
}
.TagClassName
{
border-color: #2A2675;
}
</style>