Shades of Nordic #204043
Tints of Nordic #204043
RGB
CMYK
RGB Variations
Color information
#204043 (or 0x204043) is known color: Nordic. HEX triplet: 20, 40 and 43. RGB value is (32,64,67). Sum of RGB (Red+Green+Blue) = 32+64+67=163 (21% of max value = 765). Red value is 32 (12.89% from 255 or 19.63% from 163); Green value is 64 (25.39% from 255 or 39.26% from 163); Blue value is 67 (26.56% from 255 or 41.10% from 163); Max value from RGB is 67 - color contains mainly: blue. Hex color #204043 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #204043 is #DFBFBC. Grayscale: #363636. Windows color (decimal): -14663613 or 4407328. OLE color: 4407328.
HSL color Cylindrical-coordinate representation of color #204043: hue angle of 185.14º degrees, saturation: 0.35, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #204043 is Cyan = 0.52, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 32 | 64 | 67 | - |
| CMYK | 0.52 | 0.04 | 0 | 0.74 |
| HSL | 185.14º | 0.35% | 0.19% | - |
| HSV(B) | 185.14º | 0.52% | 0.26% | - |
| XYZ | 3.44 | 4.38 | 5.97 | - |
| YUV | 54.77 | 134.9 | 111.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 64 | 67 | 0.52 | 0.04 | 0 | 0.74 | 185.14 | 0.35 | 0.19 |
| Hex | 20 | 40 | 43 | 34 | 4 | 0 | 4A | B9 | 23 | 13 |
| Octal | 40 | 100 | 103 | 64 | 4 | 0 | 112 | 271 | 43 | 23 |
| Binary | 100000 | 1000000 | 1000011 | 110100 | 100 | 0 | 1001010 | 10111001 | 100011 | 10011 |
Color Harmonies of #204043
Complementary color
Monochromatic Colors of #204043
Black with #204043
Text Example
Text Example
White with #204043
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #204043; }
p { color: rgb(32,64,67); }
H1.HeaderClassName
{
color: #204043;
}
.AnyTagClassName
{
color: #204043;
}
</style>
background-color css
<style>
a { background-color: #204043; }
a { background-color: rgb(32,64,67); }
div.DivClassName
{
background-color: #204043;
}
.BgClassName
{
background-color: #204043;
}
</style>
border-color css
<style>
span { border-color: #204043; }
span { border-color: rgb(32,64,67); }
td.TdClassName
{
border-color: #204043;
}
.TagClassName
{
border-color: #204043;
}
</style>