Shades of Nordic #203E40
Tints of Nordic #203E40
RGB
CMYK
RGB Variations
Color information
#203E40 (or 0x203E40) is known color: Nordic. HEX triplet: 20, 3E and 40. RGB value is (32,62,64). Sum of RGB (Red+Green+Blue) = 32+62+64=158 (20% of max value = 765). Red value is 32 (12.89% from 255 or 20.25% from 158); Green value is 62 (24.61% from 255 or 39.24% from 158); Blue value is 64 (25.39% from 255 or 40.51% from 158); Max value from RGB is 64 - color contains mainly: blue. Hex color #203E40 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #203E40 is #DFC1BF. Grayscale: #353535. Windows color (decimal): -14664128 or 4210208. OLE color: 4210208.
HSL color Cylindrical-coordinate representation of color #203E40: hue angle of 183.75º 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 #203E40 is Cyan = 0.50, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 32 | 62 | 64 | - |
| CMYK | 0.50 | 0.03 | 0 | 0.75 |
| HSL | 183.75º | 0.33% | 0.19% | - |
| HSV(B) | 183.75º | 0.5% | 0.25% | - |
| XYZ | 3.24 | 4.12 | 5.48 | - |
| YUV | 53.26 | 134.06 | 112.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 62 | 64 | 0.50 | 0.03 | 0 | 0.75 | 183.75 | 0.33 | 0.19 |
| Hex | 20 | 3E | 40 | 32 | 3 | 0 | 4B | B8 | 21 | 13 |
| Octal | 40 | 76 | 100 | 62 | 3 | 0 | 113 | 270 | 41 | 23 |
| Binary | 100000 | 111110 | 1000000 | 110010 | 11 | 0 | 1001011 | 10111000 | 100001 | 10011 |
Color Harmonies of #203E40
Complementary color
Monochromatic Colors of #203E40
Black with #203E40
Text Example
Text Example
White with #203E40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #203E40; }
p { color: rgb(32,62,64); }
H1.HeaderClassName
{
color: #203E40;
}
.AnyTagClassName
{
color: #203E40;
}
</style>
background-color css
<style>
a { background-color: #203E40; }
a { background-color: rgb(32,62,64); }
div.DivClassName
{
background-color: #203E40;
}
.BgClassName
{
background-color: #203E40;
}
</style>
border-color css
<style>
span { border-color: #203E40; }
span { border-color: rgb(32,62,64); }
td.TdClassName
{
border-color: #203E40;
}
.TagClassName
{
border-color: #203E40;
}
</style>