Shades of Nordic #203738
Tints of Nordic #203738
RGB
CMYK
RGB Variations
Color information
#203738 (or 0x203738) is known color: Nordic. HEX triplet: 20, 37 and 38. RGB value is (32,55,56). Sum of RGB (Red+Green+Blue) = 32+55+56=143 (18% of max value = 765). Red value is 32 (12.89% from 255 or 22.38% from 143); Green value is 55 (21.88% from 255 or 38.46% from 143); Blue value is 56 (22.27% from 255 or 39.16% from 143); Max value from RGB is 56 - color contains mainly: blue. Hex color #203738 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #203738 is #DFC8C7. Grayscale: #303030. Windows color (decimal): -14665928 or 3684128. OLE color: 3684128.
HSL color Cylindrical-coordinate representation of color #203738: hue angle of 182.5º degrees, saturation: 0.27, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #203738 is Cyan = 0.43, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 32 | 55 | 56 | - |
| CMYK | 0.43 | 0.02 | 0 | 0.78 |
| HSL | 182.5º | 0.27% | 0.17% | - |
| HSV(B) | 182.5º | 0.43% | 0.22% | - |
| XYZ | 2.68 | 3.32 | 4.24 | - |
| YUV | 48.24 | 132.38 | 116.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 55 | 56 | 0.43 | 0.02 | 0 | 0.78 | 182.5 | 0.27 | 0.17 |
| Hex | 20 | 37 | 38 | 2B | 2 | 0 | 4E | B6 | 1B | 11 |
| Octal | 40 | 67 | 70 | 53 | 2 | 0 | 116 | 266 | 33 | 21 |
| Binary | 100000 | 110111 | 111000 | 101011 | 10 | 0 | 1001110 | 10110110 | 11011 | 10001 |
Color Harmonies of #203738
Complementary color
Monochromatic Colors of #203738
Black with #203738
Text Example
Text Example
White with #203738
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #203738; }
p { color: rgb(32,55,56); }
H1.HeaderClassName
{
color: #203738;
}
.AnyTagClassName
{
color: #203738;
}
</style>
background-color css
<style>
a { background-color: #203738; }
a { background-color: rgb(32,55,56); }
div.DivClassName
{
background-color: #203738;
}
.BgClassName
{
background-color: #203738;
}
</style>
border-color css
<style>
span { border-color: #203738; }
span { border-color: rgb(32,55,56); }
td.TdClassName
{
border-color: #203738;
}
.TagClassName
{
border-color: #203738;
}
</style>