Shades of Nordic #203639
Tints of Nordic #203639
RGB
CMYK
RGB Variations
Color information
#203639 (or 0x203639) is known color: Nordic. HEX triplet: 20, 36 and 39. RGB value is (32,54,57). Sum of RGB (Red+Green+Blue) = 32+54+57=143 (18% of max value = 765). Red value is 32 (12.89% from 255 or 22.38% from 143); Green value is 54 (21.48% from 255 or 37.76% from 143); Blue value is 57 (22.66% from 255 or 39.86% from 143); Max value from RGB is 57 - color contains mainly: blue. Hex color #203639 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #203639 is #DFC9C6. Grayscale: #2F2F2F. Windows color (decimal): -14666183 or 3749408. OLE color: 3749408.
HSL color Cylindrical-coordinate representation of color #203639: hue angle of 187.2º degrees, saturation: 0.28, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #203639 is Cyan = 0.44, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 32 | 54 | 57 | - |
| CMYK | 0.44 | 0.05 | 0 | 0.78 |
| HSL | 187.2º | 0.28% | 0.17% | - |
| HSV(B) | 187.2º | 0.44% | 0.22% | - |
| XYZ | 2.65 | 3.24 | 4.36 | - |
| YUV | 47.76 | 133.21 | 116.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 54 | 57 | 0.44 | 0.05 | 0 | 0.78 | 187.2 | 0.28 | 0.17 |
| Hex | 20 | 36 | 39 | 2C | 5 | 0 | 4E | BB | 1C | 11 |
| Octal | 40 | 66 | 71 | 54 | 5 | 0 | 116 | 273 | 34 | 21 |
| Binary | 100000 | 110110 | 111001 | 101100 | 101 | 0 | 1001110 | 10111011 | 11100 | 10001 |
Color Harmonies of #203639
Complementary color
Monochromatic Colors of #203639
Black with #203639
Text Example
Text Example
White with #203639
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #203639; }
p { color: rgb(32,54,57); }
H1.HeaderClassName
{
color: #203639;
}
.AnyTagClassName
{
color: #203639;
}
</style>
background-color css
<style>
a { background-color: #203639; }
a { background-color: rgb(32,54,57); }
div.DivClassName
{
background-color: #203639;
}
.BgClassName
{
background-color: #203639;
}
</style>
border-color css
<style>
span { border-color: #203639; }
span { border-color: rgb(32,54,57); }
td.TdClassName
{
border-color: #203639;
}
.TagClassName
{
border-color: #203639;
}
</style>