Shades of Nordic #203D43
Tints of Nordic #203D43
RGB
CMYK
RGB Variations
Color information
#203D43 (or 0x203D43) is known color: Nordic. HEX triplet: 20, 3D and 43. RGB value is (32,61,67). Sum of RGB (Red+Green+Blue) = 32+61+67=160 (21% of max value = 765). Red value is 32 (12.89% from 255 or 20% from 160); Green value is 61 (24.22% from 255 or 38.12% from 160); Blue value is 67 (26.56% from 255 or 41.88% from 160); Max value from RGB is 67 - color contains mainly: blue. Hex color #203D43 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #203D43 is #DFC2BC. Grayscale: #343434. Windows color (decimal): -14664381 or 4406560. OLE color: 4406560.
HSL color Cylindrical-coordinate representation of color #203D43: hue angle of 190.29º 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 #203D43 is Cyan = 0.52, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 32 | 61 | 67 | - |
| CMYK | 0.52 | 0.09 | 0 | 0.74 |
| HSL | 190.29º | 0.35% | 0.19% | - |
| HSV(B) | 190.29º | 0.52% | 0.26% | - |
| XYZ | 3.28 | 4.05 | 5.92 | - |
| YUV | 53.01 | 135.89 | 113.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 61 | 67 | 0.52 | 0.09 | 0 | 0.74 | 190.29 | 0.35 | 0.19 |
| Hex | 20 | 3D | 43 | 34 | 9 | 0 | 4A | BE | 23 | 13 |
| Octal | 40 | 75 | 103 | 64 | 11 | 0 | 112 | 276 | 43 | 23 |
| Binary | 100000 | 111101 | 1000011 | 110100 | 1001 | 0 | 1001010 | 10111110 | 100011 | 10011 |
Color Harmonies of #203D43
Complementary color
Monochromatic Colors of #203D43
Black with #203D43
Text Example
Text Example
White with #203D43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #203D43; }
p { color: rgb(32,61,67); }
H1.HeaderClassName
{
color: #203D43;
}
.AnyTagClassName
{
color: #203D43;
}
</style>
background-color css
<style>
a { background-color: #203D43; }
a { background-color: rgb(32,61,67); }
div.DivClassName
{
background-color: #203D43;
}
.BgClassName
{
background-color: #203D43;
}
</style>
border-color css
<style>
span { border-color: #203D43; }
span { border-color: rgb(32,61,67); }
td.TdClassName
{
border-color: #203D43;
}
.TagClassName
{
border-color: #203D43;
}
</style>