Shades of Nordic #203F40
Tints of Nordic #203F40
RGB
CMYK
RGB Variations
Color information
#203F40 (or 0x203F40) is known color: Nordic. HEX triplet: 20, 3F and 40. RGB value is (32,63,64). Sum of RGB (Red+Green+Blue) = 32+63+64=159 (21% of max value = 765). Red value is 32 (12.89% from 255 or 20.13% from 159); Green value is 63 (25% from 255 or 39.62% from 159); Blue value is 64 (25.39% from 255 or 40.25% from 159); Max value from RGB is 64 - color contains mainly: blue. Hex color #203F40 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #203F40 is #DFC0BF. Grayscale: #353535. Windows color (decimal): -14663872 or 4210464. OLE color: 4210464.
HSL color Cylindrical-coordinate representation of color #203F40: hue angle of 181.88º degrees, saturation: 0.33, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #203F40 is Cyan = 0.50, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 32 | 63 | 64 | - |
| CMYK | 0.50 | 0.02 | 0 | 0.75 |
| HSL | 181.88º | 0.33% | 0.19% | - |
| HSV(B) | 181.88º | 0.5% | 0.25% | - |
| XYZ | 3.3 | 4.23 | 5.49 | - |
| YUV | 53.85 | 133.73 | 112.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 63 | 64 | 0.50 | 0.02 | 0 | 0.75 | 181.88 | 0.33 | 0.19 |
| Hex | 20 | 3F | 40 | 32 | 2 | 0 | 4B | B6 | 21 | 13 |
| Octal | 40 | 77 | 100 | 62 | 2 | 0 | 113 | 266 | 41 | 23 |
| Binary | 100000 | 111111 | 1000000 | 110010 | 10 | 0 | 1001011 | 10110110 | 100001 | 10011 |
Color Harmonies of #203F40
Complementary color
Monochromatic Colors of #203F40
Black with #203F40
Text Example
Text Example
White with #203F40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #203F40; }
p { color: rgb(32,63,64); }
H1.HeaderClassName
{
color: #203F40;
}
.AnyTagClassName
{
color: #203F40;
}
</style>
background-color css
<style>
a { background-color: #203F40; }
a { background-color: rgb(32,63,64); }
div.DivClassName
{
background-color: #203F40;
}
.BgClassName
{
background-color: #203F40;
}
</style>
border-color css
<style>
span { border-color: #203F40; }
span { border-color: rgb(32,63,64); }
td.TdClassName
{
border-color: #203F40;
}
.TagClassName
{
border-color: #203F40;
}
</style>