#203E41

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

Shades of Nordic #203E41

Tints of Nordic #203E41

Color information

#203E41 (or 0x203E41) is unknown color: approx Nordic. HEX triplet: 20, 3E and 41. RGB value is (32,62,65). Sum of RGB (Red+Green+Blue) = 32+62+65=159 (21% of max value = 765). Red value is 32 (12.89% from 255 or 20.13% from 159); Green value is 62 (24.61% from 255 or 38.99% from 159); Blue value is 65 (25.78% from 255 or 40.88% from 159); Max value from RGB is 65 - color contains mainly: blue. Hex color #203E41 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #203E41 is #DFC1BE. Grayscale: #353535. Windows color (decimal): -14664127 or 4275744. OLE color: 4275744.

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

Color convert

RGB326265-
CMYK0.510.0500.75
HSL185.45º34.02%19.02%-
HSV(B)185.45º50.77%25.49%-
XYZ3.274.135.63-
YUV53.37134.56112.76-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 20.13%
GREEN value IS 62 (24.61% from 255) = 38.99%
BLUE value IS 65 (25.78% from 255) = 40.88%
R=20.13%
G=38.99%
B=40.88%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal3262650.510.0500.75185.4534.0219.02
Hex203E4133504Bb92213
Octal407610163501132714223
Binary1000001111101000001110011101010010111011100110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #203E41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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