Shades of Nordic #203E41
Tints of Nordic #203E41
RGB
CMYK
RGB Variations
Color information
#203E41 (or 0x203E41) is known color: Nordic. HEX triplet: 20, 3E and 41. RGB value is (32,62,65). Sum of RGB (Red+Green+Blue) = 32+62+65=159 (21% of max value = 765). Red value is 32 (12.89% from 255 or 20.13% from 159); Green value is 62 (24.61% from 255 or 38.99% from 159); Blue value is 65 (25.78% from 255 or 40.88% from 159); Max value from RGB is 65 - color contains mainly: blue. Hex color #203E41 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #203E41 is #DFC1BE. Grayscale: #353535. Windows color (decimal): -14664127 or 4275744. OLE color: 4275744.
HSL color Cylindrical-coordinate representation of color #203E41: hue angle of 185.45º 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 #203E41 is Cyan = 0.51, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 32 | 62 | 65 | - |
| CMYK | 0.51 | 0.05 | 0 | 0.75 |
| HSL | 185.45º | 0.34% | 0.19% | - |
| HSV(B) | 185.45º | 0.51% | 0.25% | - |
| XYZ | 3.27 | 4.13 | 5.63 | - |
| YUV | 53.37 | 134.56 | 112.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 62 | 65 | 0.51 | 0.05 | 0 | 0.75 | 185.45 | 0.34 | 0.19 |
| Hex | 20 | 3E | 41 | 33 | 5 | 0 | 4B | B9 | 22 | 13 |
| Octal | 40 | 76 | 101 | 63 | 5 | 0 | 113 | 271 | 42 | 23 |
| Binary | 100000 | 111110 | 1000001 | 110011 | 101 | 0 | 1001011 | 10111001 | 100010 | 10011 |
Color Harmonies of #203E41
Complementary color
Monochromatic Colors of #203E41
Black with #203E41
Text Example
Text Example
White with #203E41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #203E41; }
p { color: rgb(32,62,65); }
H1.HeaderClassName
{
color: #203E41;
}
.AnyTagClassName
{
color: #203E41;
}
</style>
background-color css
<style>
a { background-color: #203E41; }
a { background-color: rgb(32,62,65); }
div.DivClassName
{
background-color: #203E41;
}
.BgClassName
{
background-color: #203E41;
}
</style>
border-color css
<style>
span { border-color: #203E41; }
span { border-color: rgb(32,62,65); }
td.TdClassName
{
border-color: #203E41;
}
.TagClassName
{
border-color: #203E41;
}
</style>