Shades of Nordic #203C3F
Tints of Nordic #203C3F
RGB
CMYK
RGB Variations
Color information
#203C3F (or 0x203C3F) is known color: Nordic. HEX triplet: 20, 3C and 3F. RGB value is (32,60,63). Sum of RGB (Red+Green+Blue) = 32+60+63=155 (20% of max value = 765). Red value is 32 (12.89% from 255 or 20.65% from 155); Green value is 60 (23.83% from 255 or 38.71% from 155); Blue value is 63 (25% from 255 or 40.65% from 155); Max value from RGB is 63 - color contains mainly: blue. Hex color #203C3F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #203C3F is #DFC3C0. Grayscale: #333333. Windows color (decimal): -14664641 or 4144160. OLE color: 4144160.
HSL color Cylindrical-coordinate representation of color #203C3F: hue angle of 185.81º 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 #203C3F is Cyan = 0.49, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 32 | 60 | 63 | - |
| CMYK | 0.49 | 0.05 | 0 | 0.75 |
| HSL | 185.81º | 0.33% | 0.19% | - |
| HSV(B) | 185.81º | 0.49% | 0.25% | - |
| XYZ | 3.11 | 3.9 | 5.29 | - |
| YUV | 51.97 | 134.22 | 113.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 60 | 63 | 0.49 | 0.05 | 0 | 0.75 | 185.81 | 0.33 | 0.19 |
| Hex | 20 | 3C | 3F | 31 | 5 | 0 | 4B | BA | 21 | 13 |
| Octal | 40 | 74 | 77 | 61 | 5 | 0 | 113 | 272 | 41 | 23 |
| Binary | 100000 | 111100 | 111111 | 110001 | 101 | 0 | 1001011 | 10111010 | 100001 | 10011 |
Color Harmonies of #203C3F
Complementary color
Monochromatic Colors of #203C3F
Black with #203C3F
Text Example
Text Example
White with #203C3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #203C3F; }
p { color: rgb(32,60,63); }
H1.HeaderClassName
{
color: #203C3F;
}
.AnyTagClassName
{
color: #203C3F;
}
</style>
background-color css
<style>
a { background-color: #203C3F; }
a { background-color: rgb(32,60,63); }
div.DivClassName
{
background-color: #203C3F;
}
.BgClassName
{
background-color: #203C3F;
}
</style>
border-color css
<style>
span { border-color: #203C3F; }
span { border-color: rgb(32,60,63); }
td.TdClassName
{
border-color: #203C3F;
}
.TagClassName
{
border-color: #203C3F;
}
</style>