Shades of Nordic #203940
Tints of Nordic #203940
RGB
CMYK
RGB Variations
Color information
#203940 (or 0x203940) is known color: Nordic. HEX triplet: 20, 39 and 40. RGB value is (32,57,64). Sum of RGB (Red+Green+Blue) = 32+57+64=153 (20% of max value = 765). Red value is 32 (12.89% from 255 or 20.92% from 153); Green value is 57 (22.66% from 255 or 37.25% from 153); Blue value is 64 (25.39% from 255 or 41.83% from 153); Max value from RGB is 64 - color contains mainly: blue. Hex color #203940 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #203940 is #DFC6BF. Grayscale: #323232. Windows color (decimal): -14665408 or 4208928. OLE color: 4208928.
HSL color Cylindrical-coordinate representation of color #203940: hue angle of 193.12º degrees, saturation: 0.33, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #203940 is Cyan = 0.50, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 32 | 57 | 64 | - |
| CMYK | 0.50 | 0.11 | 0 | 0.75 |
| HSL | 193.13º | 0.33% | 0.19% | - |
| HSV(B) | 193.13º | 0.5% | 0.25% | - |
| XYZ | 2.98 | 3.6 | 5.39 | - |
| YUV | 50.32 | 135.72 | 114.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 57 | 64 | 0.50 | 0.11 | 0 | 0.75 | 193.13 | 0.33 | 0.19 |
| Hex | 20 | 39 | 40 | 32 | B | 0 | 4B | C1 | 21 | 13 |
| Octal | 40 | 71 | 100 | 62 | 13 | 0 | 113 | 301 | 41 | 23 |
| Binary | 100000 | 111001 | 1000000 | 110010 | 1011 | 0 | 1001011 | 11000001 | 100001 | 10011 |
Color Harmonies of #203940
Complementary color
Monochromatic Colors of #203940
Black with #203940
Text Example
Text Example
White with #203940
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #203940; }
p { color: rgb(32,57,64); }
H1.HeaderClassName
{
color: #203940;
}
.AnyTagClassName
{
color: #203940;
}
</style>
background-color css
<style>
a { background-color: #203940; }
a { background-color: rgb(32,57,64); }
div.DivClassName
{
background-color: #203940;
}
.BgClassName
{
background-color: #203940;
}
</style>
border-color css
<style>
span { border-color: #203940; }
span { border-color: rgb(32,57,64); }
td.TdClassName
{
border-color: #203940;
}
.TagClassName
{
border-color: #203940;
}
</style>