#203C40

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

Shades of Nordic #203C40

Tints of Nordic #203C40

Color information

#203C40 (or 0x203C40) is unknown color: approx Nordic. HEX triplet: 20, 3C and 40. RGB value is (32,60,64). Sum of RGB (Red+Green+Blue) = 32+60+64=156 (20% of max value = 765). Red value is 32 (12.89% from 255 or 20.51% from 156); Green value is 60 (23.83% from 255 or 38.46% from 156); Blue value is 64 (25.39% from 255 or 41.03% from 156); Max value from RGB is 64 - color contains mainly: blue. Hex color #203C40 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #203C40 is #DFC3BF. Grayscale: #343434. Windows color (decimal): -14664640 or 4209696. OLE color: 4209696.

HSL color Cylindrical-coordinate representation of color #203C40: hue angle of 187.5º 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 #203C40 is Cyan = 0.50, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB326064-
CMYK0.500.0600.75
HSL187.5º33.33%18.82%-
HSV(B)187.5º50%25.1%-
XYZ3.143.915.44-
YUV52.08134.72113.67-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 20.51%
GREEN value IS 60 (23.83% from 255) = 38.46%
BLUE value IS 64 (25.39% from 255) = 41.03%
R=20.51%
G=38.46%
B=41.03%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal3260640.500.0600.75187.533.3318.82
Hex203C4032604Bbc2113
Octal407410062601132744123
Binary1000001111001000000110010110010010111011110010000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #203C40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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