Shades of Nordic #204146
Tints of Nordic #204146
RGB
CMYK
RGB Variations
Color information
#204146 (or 0x204146) is known color: Nordic. HEX triplet: 20, 41 and 46. RGB value is (32,65,70). Sum of RGB (Red+Green+Blue) = 32+65+70=167 (22% of max value = 765). Red value is 32 (12.89% from 255 or 19.16% from 167); Green value is 65 (25.78% from 255 or 38.92% from 167); Blue value is 70 (27.73% from 255 or 41.92% from 167); Max value from RGB is 70 - color contains mainly: blue. Hex color #204146 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #204146 is #DFBEB9. Grayscale: #373737. Windows color (decimal): -14663354 or 4604192. OLE color: 4604192.
HSL color Cylindrical-coordinate representation of color #204146: hue angle of 187.89º degrees, saturation: 0.37, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #204146 is Cyan = 0.54, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 32 | 65 | 70 | - |
| CMYK | 0.54 | 0.07 | 0 | 0.73 |
| HSL | 187.89º | 0.37% | 0.2% | - |
| HSV(B) | 187.89º | 0.54% | 0.27% | - |
| XYZ | 3.59 | 4.53 | 6.48 | - |
| YUV | 55.7 | 136.07 | 111.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 65 | 70 | 0.54 | 0.07 | 0 | 0.73 | 187.89 | 0.37 | 0.2 |
| Hex | 20 | 41 | 46 | 36 | 7 | 0 | 49 | BC | 25 | 14 |
| Octal | 40 | 101 | 106 | 66 | 7 | 0 | 111 | 274 | 45 | 24 |
| Binary | 100000 | 1000001 | 1000110 | 110110 | 111 | 0 | 1001001 | 10111100 | 100101 | 10100 |
Color Harmonies of #204146
Complementary color
Monochromatic Colors of #204146
Black with #204146
Text Example
Text Example
White with #204146
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #204146; }
p { color: rgb(32,65,70); }
H1.HeaderClassName
{
color: #204146;
}
.AnyTagClassName
{
color: #204146;
}
</style>
background-color css
<style>
a { background-color: #204146; }
a { background-color: rgb(32,65,70); }
div.DivClassName
{
background-color: #204146;
}
.BgClassName
{
background-color: #204146;
}
</style>
border-color css
<style>
span { border-color: #204146; }
span { border-color: rgb(32,65,70); }
td.TdClassName
{
border-color: #204146;
}
.TagClassName
{
border-color: #204146;
}
</style>