Shades of Midnight Blue #2A2575
Tints of Midnight Blue #2A2575
RGB
CMYK
RGB Variations
Color information
#2A2575 (or 0x2A2575) is known color: Midnight Blue. HEX triplet: 2A, 25 and 75. RGB value is (42,37,117). Sum of RGB (Red+Green+Blue) = 42+37+117=196 (25% of max value = 765). Red value is 42 (16.80% from 255 or 21.43% from 196); Green value is 37 (14.84% from 255 or 18.88% from 196); Blue value is 117 (46.09% from 255 or 59.69% from 196); Max value from RGB is 117 - color contains mainly: blue. Hex color #2A2575 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2A2575 is #D5DA8A. Grayscale: #2F2F2F. Windows color (decimal): -14015115 or 7677226. OLE color: 7677226.
HSL color Cylindrical-coordinate representation of color #2A2575: hue angle of 243.75º degrees, saturation: 0.52, 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 #2A2575 is Cyan = 0.64, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 42 | 37 | 117 | - |
| CMYK | 0.64 | 0.68 | 0 | 0.54 |
| HSL | 243.75º | 0.52% | 0.3% | - |
| HSV(B) | 243.75º | 0.68% | 0.46% | - |
| XYZ | 4.83 | 3.1 | 17.17 | - |
| YUV | 47.62 | 167.16 | 124 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 37 | 117 | 0.64 | 0.68 | 0 | 0.54 | 243.75 | 0.52 | 0.3 |
| Hex | 2A | 25 | 75 | 40 | 44 | 0 | 36 | F4 | 34 | 1E |
| Octal | 52 | 45 | 165 | 100 | 104 | 0 | 66 | 364 | 64 | 36 |
| Binary | 101010 | 100101 | 1110101 | 1000000 | 1000100 | 0 | 110110 | 11110100 | 110100 | 11110 |
Color Harmonies of #2A2575
Complementary color
Monochromatic Colors of #2A2575
Black with #2A2575
Text Example
Text Example
White with #2A2575
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A2575; }
p { color: rgb(42,37,117); }
H1.HeaderClassName
{
color: #2A2575;
}
.AnyTagClassName
{
color: #2A2575;
}
</style>
background-color css
<style>
a { background-color: #2A2575; }
a { background-color: rgb(42,37,117); }
div.DivClassName
{
background-color: #2A2575;
}
.BgClassName
{
background-color: #2A2575;
}
</style>
border-color css
<style>
span { border-color: #2A2575; }
span { border-color: rgb(42,37,117); }
td.TdClassName
{
border-color: #2A2575;
}
.TagClassName
{
border-color: #2A2575;
}
</style>