#203940

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

Shades of Nordic #203940

Tints of Nordic #203940

Color information

#203940 (or 0x203940) is unknown color: approx Nordic. HEX triplet: 20, 39 and 40. RGB value is (32,57,64). Sum of RGB (Red+Green+Blue) = 32+57+64=153 (20% of max value = 765). Red value is 32 (12.89% from 255 or 20.92% from 153); Green value is 57 (22.66% from 255 or 37.25% from 153); Blue value is 64 (25.39% from 255 or 41.83% from 153); Max value from RGB is 64 - color contains mainly: blue. Hex color #203940 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #203940 is #DFC6BF. Grayscale: #323232. Windows color (decimal): -14665408 or 4208928. OLE color: 4208928.

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

Color convert

RGB325764-
CMYK0.500.1100.75
HSL193.12º33.33%18.82%-
HSV(B)193.12º50%25.1%-
XYZ2.983.65.39-
YUV50.32135.72114.93-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 20.92%
GREEN value IS 57 (22.66% from 255) = 37.25%
BLUE value IS 64 (25.39% from 255) = 41.83%
R=20.92%
G=37.25%
B=41.83%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal3257640.500.1100.75193.1233.3318.82
Hex20394032B04Bc12113
Octal4071100621301133014123
Binary10000011100110000001100101011010010111100000110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #203940

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #203940; }

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

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

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

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

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

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

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

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