Shades of Nordic #204044
Tints of Nordic #204044
RGB
CMYK
RGB Variations
Color information
#204044 (or 0x204044) is known color: Nordic. HEX triplet: 20, 40 and 44. RGB value is (32,64,68). Sum of RGB (Red+Green+Blue) = 32+64+68=164 (21% of max value = 765). Red value is 32 (12.89% from 255 or 19.51% from 164); Green value is 64 (25.39% from 255 or 39.02% from 164); Blue value is 68 (26.95% from 255 or 41.46% from 164); Max value from RGB is 68 - color contains mainly: blue. Hex color #204044 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #204044 is #DFBFBB. Grayscale: #363636. Windows color (decimal): -14663612 or 4472864. OLE color: 4472864.
HSL color Cylindrical-coordinate representation of color #204044: hue angle of 186.67º degrees, saturation: 0.36, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #204044 is Cyan = 0.53, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 32 | 64 | 68 | - |
| CMYK | 0.53 | 0.06 | 0 | 0.73 |
| HSL | 186.67º | 0.36% | 0.2% | - |
| HSV(B) | 186.67º | 0.53% | 0.27% | - |
| XYZ | 3.47 | 4.39 | 6.13 | - |
| YUV | 54.89 | 135.4 | 111.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 64 | 68 | 0.53 | 0.06 | 0 | 0.73 | 186.67 | 0.36 | 0.2 |
| Hex | 20 | 40 | 44 | 35 | 6 | 0 | 49 | BB | 24 | 14 |
| Octal | 40 | 100 | 104 | 65 | 6 | 0 | 111 | 273 | 44 | 24 |
| Binary | 100000 | 1000000 | 1000100 | 110101 | 110 | 0 | 1001001 | 10111011 | 100100 | 10100 |
Color Harmonies of #204044
Complementary color
Monochromatic Colors of #204044
Black with #204044
Text Example
Text Example
White with #204044
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #204044; }
p { color: rgb(32,64,68); }
H1.HeaderClassName
{
color: #204044;
}
.AnyTagClassName
{
color: #204044;
}
</style>
background-color css
<style>
a { background-color: #204044; }
a { background-color: rgb(32,64,68); }
div.DivClassName
{
background-color: #204044;
}
.BgClassName
{
background-color: #204044;
}
</style>
border-color css
<style>
span { border-color: #204044; }
span { border-color: rgb(32,64,68); }
td.TdClassName
{
border-color: #204044;
}
.TagClassName
{
border-color: #204044;
}
</style>