#203D40

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

Shades of Nordic #203D40

Tints of Nordic #203D40

Color information

#203D40 (or 0x203D40) is unknown color: approx Nordic. HEX triplet: 20, 3D and 40. RGB value is (32,61,64). Sum of RGB (Red+Green+Blue) = 32+61+64=157 (20% of max value = 765). Red value is 32 (12.89% from 255 or 20.38% from 157); Green value is 61 (24.22% from 255 or 38.85% from 157); Blue value is 64 (25.39% from 255 or 40.76% from 157); Max value from RGB is 64 - color contains mainly: blue. Hex color #203D40 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #203D40 is #DFC2BF. Grayscale: #343434. Windows color (decimal): -14664384 or 4209952. OLE color: 4209952.

HSL color Cylindrical-coordinate representation of color #203D40: hue angle of 185.62º degrees, saturation: 0.33, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #203D40 is Cyan = 0.50, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB326164-
CMYK0.500.0500.75
HSL185.62º33.33%18.82%-
HSV(B)185.62º50%25.1%-
XYZ3.194.015.46-
YUV52.67134.39113.26-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 20.38%
GREEN value IS 61 (24.22% from 255) = 38.85%
BLUE value IS 64 (25.39% from 255) = 40.76%
R=20.38%
G=38.85%
B=40.76%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal3261640.500.0500.75185.6233.3318.82
Hex203D4032504Bba2113
Octal407510062501132724123
Binary1000001111011000000110010101010010111011101010000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #203D40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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