Shades of Nordic #203A39
Tints of Nordic #203A39
RGB
CMYK
RGB Variations
Color information
#203A39 (or 0x203A39) is known color: Nordic. HEX triplet: 20, 3A and 39. RGB value is (32,58,57). Sum of RGB (Red+Green+Blue) = 32+58+57=147 (19% of max value = 765). Red value is 32 (12.89% from 255 or 21.77% from 147); Green value is 58 (23.05% from 255 or 39.46% from 147); Blue value is 57 (22.66% from 255 or 38.78% from 147); Max value from RGB is 58 - color contains mainly: green. Hex color #203A39 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #203A39 is #DFC5C6. Grayscale: #323232. Windows color (decimal): -14665159 or 3750432. OLE color: 3750432.
HSL color Cylindrical-coordinate representation of color #203A39: hue angle of 177.69º degrees, saturation: 0.29, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #203A39 is Cyan = 0.45, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 32 | 58 | 57 | - |
| CMYK | 0.45 | 0 | 0.02 | 0.77 |
| HSL | 177.69º | 0.29% | 0.18% | - |
| HSV(B) | 177.69º | 0.45% | 0.23% | - |
| XYZ | 2.85 | 3.63 | 4.42 | - |
| YUV | 50.11 | 131.89 | 115.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 58 | 57 | 0.45 | 0 | 0.02 | 0.77 | 177.69 | 0.29 | 0.18 |
| Hex | 20 | 3A | 39 | 2D | 0 | 2 | 4D | B2 | 1D | 12 |
| Octal | 40 | 72 | 71 | 55 | 0 | 2 | 115 | 262 | 35 | 22 |
| Binary | 100000 | 111010 | 111001 | 101101 | 0 | 10 | 1001101 | 10110010 | 11101 | 10010 |
Color Harmonies of #203A39
Complementary color
Monochromatic Colors of #203A39
Black with #203A39
Text Example
Text Example
White with #203A39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #203A39; }
p { color: rgb(32,58,57); }
H1.HeaderClassName
{
color: #203A39;
}
.AnyTagClassName
{
color: #203A39;
}
</style>
background-color css
<style>
a { background-color: #203A39; }
a { background-color: rgb(32,58,57); }
div.DivClassName
{
background-color: #203A39;
}
.BgClassName
{
background-color: #203A39;
}
</style>
border-color css
<style>
span { border-color: #203A39; }
span { border-color: rgb(32,58,57); }
td.TdClassName
{
border-color: #203A39;
}
.TagClassName
{
border-color: #203A39;
}
</style>