Shades of Midnight #20344B
Tints of Midnight #20344B
RGB
CMYK
RGB Variations
Color information
#20344B (or 0x20344B) is known color: Midnight. HEX triplet: 20, 34 and 4B. RGB value is (32,52,75). Sum of RGB (Red+Green+Blue) = 32+52+75=159 (21% of max value = 765). Red value is 32 (12.89% from 255 or 20.13% from 159); Green value is 52 (20.70% from 255 or 32.70% from 159); Blue value is 75 (29.69% from 255 or 47.17% from 159); Max value from RGB is 75 - color contains mainly: blue. Hex color #20344B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #20344B is #DFCBB4. Grayscale: #303030. Windows color (decimal): -14666677 or 4928544. OLE color: 4928544.
HSL color Cylindrical-coordinate representation of color #20344B: hue angle of 212.09º degrees, saturation: 0.4, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #20344B is Cyan = 0.57, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 32 | 52 | 75 | - |
| CMYK | 0.57 | 0.31 | 0 | 0.71 |
| HSL | 212.09º | 0.4% | 0.21% | - |
| HSV(B) | 212.09º | 0.57% | 0.29% | - |
| XYZ | 3.09 | 3.27 | 7.12 | - |
| YUV | 48.64 | 142.87 | 116.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 52 | 75 | 0.57 | 0.31 | 0 | 0.71 | 212.09 | 0.4 | 0.21 |
| Hex | 20 | 34 | 4B | 39 | 1F | 0 | 47 | D4 | 28 | 15 |
| Octal | 40 | 64 | 113 | 71 | 37 | 0 | 107 | 324 | 50 | 25 |
| Binary | 100000 | 110100 | 1001011 | 111001 | 11111 | 0 | 1000111 | 11010100 | 101000 | 10101 |
Color Harmonies of #20344B
Complementary color
Monochromatic Colors of #20344B
Black with #20344B
Text Example
Text Example
White with #20344B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20344B; }
p { color: rgb(32,52,75); }
H1.HeaderClassName
{
color: #20344B;
}
.AnyTagClassName
{
color: #20344B;
}
</style>
background-color css
<style>
a { background-color: #20344B; }
a { background-color: rgb(32,52,75); }
div.DivClassName
{
background-color: #20344B;
}
.BgClassName
{
background-color: #20344B;
}
</style>
border-color css
<style>
span { border-color: #20344B; }
span { border-color: rgb(32,52,75); }
td.TdClassName
{
border-color: #20344B;
}
.TagClassName
{
border-color: #20344B;
}
</style>