Shades of Midnight Blue #2A2375
Tints of Midnight Blue #2A2375
RGB
CMYK
RGB Variations
Color information
#2A2375 (or 0x2A2375) is known color: Midnight Blue. HEX triplet: 2A, 23 and 75. RGB value is (42,35,117). Sum of RGB (Red+Green+Blue) = 42+35+117=194 (25% of max value = 765). Red value is 42 (16.80% from 255 or 21.65% from 194); Green value is 35 (14.06% from 255 or 18.04% from 194); Blue value is 117 (46.09% from 255 or 60.31% from 194); Max value from RGB is 117 - color contains mainly: blue. Hex color #2A2375 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2A2375 is #D5DC8A. Grayscale: #2E2E2E. Windows color (decimal): -14015627 or 7676714. OLE color: 7676714.
HSL color Cylindrical-coordinate representation of color #2A2375: hue angle of 245.12º degrees, saturation: 0.54, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2A2375 is Cyan = 0.64, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 42 | 35 | 117 | - |
| CMYK | 0.64 | 0.70 | 0 | 0.54 |
| HSL | 245.12º | 0.54% | 0.3% | - |
| HSV(B) | 245.12º | 0.7% | 0.46% | - |
| XYZ | 4.77 | 2.98 | 17.15 | - |
| YUV | 46.44 | 167.82 | 124.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 35 | 117 | 0.64 | 0.70 | 0 | 0.54 | 245.12 | 0.54 | 0.3 |
| Hex | 2A | 23 | 75 | 40 | 46 | 0 | 36 | F5 | 36 | 1E |
| Octal | 52 | 43 | 165 | 100 | 106 | 0 | 66 | 365 | 66 | 36 |
| Binary | 101010 | 100011 | 1110101 | 1000000 | 1000110 | 0 | 110110 | 11110101 | 110110 | 11110 |
Color Harmonies of #2A2375
Complementary color
Monochromatic Colors of #2A2375
Black with #2A2375
Text Example
Text Example
White with #2A2375
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A2375; }
p { color: rgb(42,35,117); }
H1.HeaderClassName
{
color: #2A2375;
}
.AnyTagClassName
{
color: #2A2375;
}
</style>
background-color css
<style>
a { background-color: #2A2375; }
a { background-color: rgb(42,35,117); }
div.DivClassName
{
background-color: #2A2375;
}
.BgClassName
{
background-color: #2A2375;
}
</style>
border-color css
<style>
span { border-color: #2A2375; }
span { border-color: rgb(42,35,117); }
td.TdClassName
{
border-color: #2A2375;
}
.TagClassName
{
border-color: #2A2375;
}
</style>