Shades of Nordic #203D41
Tints of Nordic #203D41
RGB
CMYK
RGB Variations
Color information
#203D41 (or 0x203D41) is known color: Nordic. HEX triplet: 20, 3D and 41. RGB value is (32,61,65). Sum of RGB (Red+Green+Blue) = 32+61+65=158 (20% of max value = 765). Red value is 32 (12.89% from 255 or 20.25% from 158); Green value is 61 (24.22% from 255 or 38.61% from 158); Blue value is 65 (25.78% from 255 or 41.14% from 158); Max value from RGB is 65 - color contains mainly: blue. Hex color #203D41 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #203D41 is #DFC2BE. Grayscale: #343434. Windows color (decimal): -14664383 or 4275488. OLE color: 4275488.
HSL color Cylindrical-coordinate representation of color #203D41: hue angle of 187.27º degrees, saturation: 0.34, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #203D41 is Cyan = 0.51, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 32 | 61 | 65 | - |
| CMYK | 0.51 | 0.06 | 0 | 0.75 |
| HSL | 187.27º | 0.34% | 0.19% | - |
| HSV(B) | 187.27º | 0.51% | 0.25% | - |
| XYZ | 3.22 | 4.03 | 5.61 | - |
| YUV | 52.79 | 134.89 | 113.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 61 | 65 | 0.51 | 0.06 | 0 | 0.75 | 187.27 | 0.34 | 0.19 |
| Hex | 20 | 3D | 41 | 33 | 6 | 0 | 4B | BB | 22 | 13 |
| Octal | 40 | 75 | 101 | 63 | 6 | 0 | 113 | 273 | 42 | 23 |
| Binary | 100000 | 111101 | 1000001 | 110011 | 110 | 0 | 1001011 | 10111011 | 100010 | 10011 |
Color Harmonies of #203D41
Complementary color
Monochromatic Colors of #203D41
Black with #203D41
Text Example
Text Example
White with #203D41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #203D41; }
p { color: rgb(32,61,65); }
H1.HeaderClassName
{
color: #203D41;
}
.AnyTagClassName
{
color: #203D41;
}
</style>
background-color css
<style>
a { background-color: #203D41; }
a { background-color: rgb(32,61,65); }
div.DivClassName
{
background-color: #203D41;
}
.BgClassName
{
background-color: #203D41;
}
</style>
border-color css
<style>
span { border-color: #203D41; }
span { border-color: rgb(32,61,65); }
td.TdClassName
{
border-color: #203D41;
}
.TagClassName
{
border-color: #203D41;
}
</style>