Shades of Nordic #203A41
Tints of Nordic #203A41
RGB
CMYK
RGB Variations
Color information
#203A41 (or 0x203A41) is known color: Nordic. HEX triplet: 20, 3A and 41. RGB value is (32,58,65). Sum of RGB (Red+Green+Blue) = 32+58+65=155 (20% of max value = 765). Red value is 32 (12.89% from 255 or 20.65% from 155); Green value is 58 (23.05% from 255 or 37.42% from 155); Blue value is 65 (25.78% from 255 or 41.94% from 155); Max value from RGB is 65 - color contains mainly: blue. Hex color #203A41 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #203A41 is #DFC5BE. Grayscale: #323232. Windows color (decimal): -14665151 or 4274720. OLE color: 4274720.
HSL color Cylindrical-coordinate representation of color #203A41: hue angle of 192.73º 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 #203A41 is Cyan = 0.51, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 32 | 58 | 65 | - |
| CMYK | 0.51 | 0.11 | 0 | 0.75 |
| HSL | 192.73º | 0.34% | 0.19% | - |
| HSV(B) | 192.73º | 0.51% | 0.25% | - |
| XYZ | 3.06 | 3.71 | 5.56 | - |
| YUV | 51.02 | 135.89 | 114.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 58 | 65 | 0.51 | 0.11 | 0 | 0.75 | 192.73 | 0.34 | 0.19 |
| Hex | 20 | 3A | 41 | 33 | B | 0 | 4B | C1 | 22 | 13 |
| Octal | 40 | 72 | 101 | 63 | 13 | 0 | 113 | 301 | 42 | 23 |
| Binary | 100000 | 111010 | 1000001 | 110011 | 1011 | 0 | 1001011 | 11000001 | 100010 | 10011 |
Color Harmonies of #203A41
Complementary color
Monochromatic Colors of #203A41
Black with #203A41
Text Example
Text Example
White with #203A41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #203A41; }
p { color: rgb(32,58,65); }
H1.HeaderClassName
{
color: #203A41;
}
.AnyTagClassName
{
color: #203A41;
}
</style>
background-color css
<style>
a { background-color: #203A41; }
a { background-color: rgb(32,58,65); }
div.DivClassName
{
background-color: #203A41;
}
.BgClassName
{
background-color: #203A41;
}
</style>
border-color css
<style>
span { border-color: #203A41; }
span { border-color: rgb(32,58,65); }
td.TdClassName
{
border-color: #203A41;
}
.TagClassName
{
border-color: #203A41;
}
</style>