#203E40

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

Shades of Nordic #203E40

Tints of Nordic #203E40

Color information

#203E40 (or 0x203E40) is unknown color: approx Nordic. HEX triplet: 20, 3E and 40. RGB value is (32,62,64). Sum of RGB (Red+Green+Blue) = 32+62+64=158 (20% of max value = 765). Red value is 32 (12.89% from 255 or 20.25% from 158); Green value is 62 (24.61% from 255 or 39.24% from 158); Blue value is 64 (25.39% from 255 or 40.51% from 158); Max value from RGB is 64 - color contains mainly: blue. Hex color #203E40 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #203E40 is #DFC1BF. Grayscale: #353535. Windows color (decimal): -14664128 or 4210208. OLE color: 4210208.

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

Color convert

RGB326264-
CMYK0.500.0300.75
HSL183.75º33.33%18.82%-
HSV(B)183.75º50%25.1%-
XYZ3.244.125.48-
YUV53.26134.06112.84-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 20.25%
GREEN value IS 62 (24.61% from 255) = 39.24%
BLUE value IS 64 (25.39% from 255) = 40.51%
R=20.25%
G=39.24%
B=40.51%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal3262640.500.0300.75183.7533.3318.82
Hex203E4032304Bb82113
Octal407610062301132704123
Binary100000111110100000011001011010010111011100010000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #203E40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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