Shades of Nordic #20393F
Tints of Nordic #20393F
RGB
CMYK
RGB Variations
Color information
#20393F (or 0x20393F) is known color: Nordic. HEX triplet: 20, 39 and 3F. RGB value is (32,57,63). Sum of RGB (Red+Green+Blue) = 32+57+63=152 (20% of max value = 765). Red value is 32 (12.89% from 255 or 21.05% from 152); Green value is 57 (22.66% from 255 or 37.5% from 152); Blue value is 63 (25% from 255 or 41.45% from 152); Max value from RGB is 63 - color contains mainly: blue. Hex color #20393F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #20393F is #DFC6C0. Grayscale: #323232. Windows color (decimal): -14665409 or 4143392. OLE color: 4143392.
HSL color Cylindrical-coordinate representation of color #20393F: hue angle of 191.61º degrees, saturation: 0.33, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #20393F is Cyan = 0.49, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 32 | 57 | 63 | - |
| CMYK | 0.49 | 0.10 | 0 | 0.75 |
| HSL | 191.61º | 0.33% | 0.19% | - |
| HSV(B) | 191.61º | 0.49% | 0.25% | - |
| XYZ | 2.96 | 3.59 | 5.24 | - |
| YUV | 50.21 | 135.22 | 115.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 57 | 63 | 0.49 | 0.10 | 0 | 0.75 | 191.61 | 0.33 | 0.19 |
| Hex | 20 | 39 | 3F | 31 | A | 0 | 4B | C0 | 21 | 13 |
| Octal | 40 | 71 | 77 | 61 | 12 | 0 | 113 | 300 | 41 | 23 |
| Binary | 100000 | 111001 | 111111 | 110001 | 1010 | 0 | 1001011 | 11000000 | 100001 | 10011 |
Color Harmonies of #20393F
Complementary color
Monochromatic Colors of #20393F
Black with #20393F
Text Example
Text Example
White with #20393F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20393F; }
p { color: rgb(32,57,63); }
H1.HeaderClassName
{
color: #20393F;
}
.AnyTagClassName
{
color: #20393F;
}
</style>
background-color css
<style>
a { background-color: #20393F; }
a { background-color: rgb(32,57,63); }
div.DivClassName
{
background-color: #20393F;
}
.BgClassName
{
background-color: #20393F;
}
</style>
border-color css
<style>
span { border-color: #20393F; }
span { border-color: rgb(32,57,63); }
td.TdClassName
{
border-color: #20393F;
}
.TagClassName
{
border-color: #20393F;
}
</style>