Shades of Nordic #203D3F
Tints of Nordic #203D3F
RGB
CMYK
RGB Variations
Color information
#203D3F (or 0x203D3F) is known color: Nordic. HEX triplet: 20, 3D and 3F. RGB value is (32,61,63). Sum of RGB (Red+Green+Blue) = 32+61+63=156 (20% of max value = 765). Red value is 32 (12.89% from 255 or 20.51% from 156); Green value is 61 (24.22% from 255 or 39.10% from 156); Blue value is 63 (25% from 255 or 40.38% from 156); Max value from RGB is 63 - color contains mainly: blue. Hex color #203D3F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #203D3F is #DFC2C0. Grayscale: #343434. Windows color (decimal): -14664385 or 4144416. OLE color: 4144416.
HSL color Cylindrical-coordinate representation of color #203D3F: hue angle of 183.87º degrees, saturation: 0.33, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #203D3F is Cyan = 0.49, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 32 | 61 | 63 | - |
| CMYK | 0.49 | 0.03 | 0 | 0.75 |
| HSL | 183.87º | 0.33% | 0.19% | - |
| HSV(B) | 183.87º | 0.49% | 0.25% | - |
| XYZ | 3.16 | 4 | 5.31 | - |
| YUV | 52.56 | 133.89 | 113.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 61 | 63 | 0.49 | 0.03 | 0 | 0.75 | 183.87 | 0.33 | 0.19 |
| Hex | 20 | 3D | 3F | 31 | 3 | 0 | 4B | B8 | 21 | 13 |
| Octal | 40 | 75 | 77 | 61 | 3 | 0 | 113 | 270 | 41 | 23 |
| Binary | 100000 | 111101 | 111111 | 110001 | 11 | 0 | 1001011 | 10111000 | 100001 | 10011 |
Color Harmonies of #203D3F
Complementary color
Monochromatic Colors of #203D3F
Black with #203D3F
Text Example
Text Example
White with #203D3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #203D3F; }
p { color: rgb(32,61,63); }
H1.HeaderClassName
{
color: #203D3F;
}
.AnyTagClassName
{
color: #203D3F;
}
</style>
background-color css
<style>
a { background-color: #203D3F; }
a { background-color: rgb(32,61,63); }
div.DivClassName
{
background-color: #203D3F;
}
.BgClassName
{
background-color: #203D3F;
}
</style>
border-color css
<style>
span { border-color: #203D3F; }
span { border-color: rgb(32,61,63); }
td.TdClassName
{
border-color: #203D3F;
}
.TagClassName
{
border-color: #203D3F;
}
</style>