#203D41

Color #203D41 Nordic (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Nordic #203D41

Tints of Nordic #203D41

Color information

#203D41 (or 0x203D41) is unknown color: approx Nordic. HEX triplet: 20, 3D and 41. RGB value is (32,61,65). Sum of RGB (Red+Green+Blue) = 32+61+65=158 (20% of max value = 765). Red value is 32 (12.89% from 255 or 20.25% from 158); Green value is 61 (24.22% from 255 or 38.61% from 158); Blue value is 65 (25.78% from 255 or 41.14% from 158); Max value from RGB is 65 - color contains mainly: blue. Hex color #203D41 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #203D41 is #DFC2BE. Grayscale: #343434. Windows color (decimal): -14664383 or 4275488. OLE color: 4275488.

HSL color Cylindrical-coordinate representation of color #203D41: hue angle of 187.27º degrees, saturation: 0.34, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #203D41 is Cyan = 0.51, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB326165-
CMYK0.510.0600.75
HSL187.27º34.02%19.02%-
HSV(B)187.27º50.77%25.49%-
XYZ3.224.035.61-
YUV52.78134.89113.17-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 32 (12.89% from 255) = 20.25%
GREEN value IS 61 (24.22% from 255) = 38.61%
BLUE value IS 65 (25.78% from 255) = 41.14%
R=20.25%
G=38.61%
B=41.14%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal3261650.510.0600.75187.2734.0219.02
Hex203D4133604Bbb2213
Octal407510163601132734223
Binary1000001111011000001110011110010010111011101110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #203D41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #203D41; }

 p { color: rgb(32,61,65); }

 H1.HeaderClassName
 {
   color: #203D41;
 }
 .AnyTagClassName
 {
   color: #203D41;
 }
</style>
background-color css

<style>
 a { background-color: #203D41; }

 a { background-color: rgb(32,61,65); }

 div.DivClassName
 {
   background-color: #203D41;
 }
 .BgClassName
 {
   background-color: #203D41;
 }
</style>
border-color css

<style>
 span { border-color: #203D41; }

 span { border-color: rgb(32,61,65); }

 td.TdClassName
 {
   border-color: #203D41;
 }
 .TagClassName
 {
   border-color: #203D41;
 }
</style>