Shades of Nordic #203B42
Tints of Nordic #203B42
RGB
CMYK
RGB Variations
Color information
#203B42 (or 0x203B42) is known color: Nordic. HEX triplet: 20, 3B and 42. RGB value is (32,59,66). Sum of RGB (Red+Green+Blue) = 32+59+66=157 (20% of max value = 765). Red value is 32 (12.89% from 255 or 20.38% from 157); Green value is 59 (23.44% from 255 or 37.58% from 157); Blue value is 66 (26.17% from 255 or 42.04% from 157); Max value from RGB is 66 - color contains mainly: blue. Hex color #203B42 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #203B42 is #DFC4BD. Grayscale: #333333. Windows color (decimal): -14664894 or 4340512. OLE color: 4340512.
HSL color Cylindrical-coordinate representation of color #203B42: hue angle of 192.35º degrees, saturation: 0.35, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #203B42 is Cyan = 0.52, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 32 | 59 | 66 | - |
| CMYK | 0.52 | 0.11 | 0 | 0.74 |
| HSL | 192.35º | 0.35% | 0.19% | - |
| HSV(B) | 192.35º | 0.52% | 0.26% | - |
| XYZ | 3.14 | 3.83 | 5.73 | - |
| YUV | 51.73 | 136.05 | 113.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 59 | 66 | 0.52 | 0.11 | 0 | 0.74 | 192.35 | 0.35 | 0.19 |
| Hex | 20 | 3B | 42 | 34 | B | 0 | 4A | C0 | 23 | 13 |
| Octal | 40 | 73 | 102 | 64 | 13 | 0 | 112 | 300 | 43 | 23 |
| Binary | 100000 | 111011 | 1000010 | 110100 | 1011 | 0 | 1001010 | 11000000 | 100011 | 10011 |
Color Harmonies of #203B42
Complementary color
Monochromatic Colors of #203B42
Black with #203B42
Text Example
Text Example
White with #203B42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #203B42; }
p { color: rgb(32,59,66); }
H1.HeaderClassName
{
color: #203B42;
}
.AnyTagClassName
{
color: #203B42;
}
</style>
background-color css
<style>
a { background-color: #203B42; }
a { background-color: rgb(32,59,66); }
div.DivClassName
{
background-color: #203B42;
}
.BgClassName
{
background-color: #203B42;
}
</style>
border-color css
<style>
span { border-color: #203B42; }
span { border-color: rgb(32,59,66); }
td.TdClassName
{
border-color: #203B42;
}
.TagClassName
{
border-color: #203B42;
}
</style>