Shades of Nordic #203B3D
Tints of Nordic #203B3D
RGB
CMYK
RGB Variations
Color information
#203B3D (or 0x203B3D) is known color: Nordic. HEX triplet: 20, 3B and 3D. RGB value is (32,59,61). Sum of RGB (Red+Green+Blue) = 32+59+61=152 (20% of max value = 765). Red value is 32 (12.89% from 255 or 21.05% from 152); Green value is 59 (23.44% from 255 or 38.82% from 152); Blue value is 61 (24.22% from 255 or 40.13% from 152); Max value from RGB is 61 - color contains mainly: blue. Hex color #203B3D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #203B3D is #DFC4C2. Grayscale: #333333. Windows color (decimal): -14664899 or 4012832. OLE color: 4012832.
HSL color Cylindrical-coordinate representation of color #203B3D: hue angle of 184.14º degrees, saturation: 0.31, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #203B3D is Cyan = 0.48, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 32 | 59 | 61 | - |
| CMYK | 0.48 | 0.03 | 0 | 0.76 |
| HSL | 184.14º | 0.31% | 0.18% | - |
| HSV(B) | 184.14º | 0.48% | 0.24% | - |
| XYZ | 3 | 3.77 | 4.98 | - |
| YUV | 51.16 | 133.55 | 114.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 59 | 61 | 0.48 | 0.03 | 0 | 0.76 | 184.14 | 0.31 | 0.18 |
| Hex | 20 | 3B | 3D | 30 | 3 | 0 | 4C | B8 | 1F | 12 |
| Octal | 40 | 73 | 75 | 60 | 3 | 0 | 114 | 270 | 37 | 22 |
| Binary | 100000 | 111011 | 111101 | 110000 | 11 | 0 | 1001100 | 10111000 | 11111 | 10010 |
Color Harmonies of #203B3D
Complementary color
Monochromatic Colors of #203B3D
Black with #203B3D
Text Example
Text Example
White with #203B3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #203B3D; }
p { color: rgb(32,59,61); }
H1.HeaderClassName
{
color: #203B3D;
}
.AnyTagClassName
{
color: #203B3D;
}
</style>
background-color css
<style>
a { background-color: #203B3D; }
a { background-color: rgb(32,59,61); }
div.DivClassName
{
background-color: #203B3D;
}
.BgClassName
{
background-color: #203B3D;
}
</style>
border-color css
<style>
span { border-color: #203B3D; }
span { border-color: rgb(32,59,61); }
td.TdClassName
{
border-color: #203B3D;
}
.TagClassName
{
border-color: #203B3D;
}
</style>