#203740

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

Shades of Elephant #203740

Tints of Elephant #203740

Color information

#203740 (or 0x203740) is unknown color: approx Elephant. HEX triplet: 20, 37 and 40. RGB value is (32,55,64). Sum of RGB (Red+Green+Blue) = 32+55+64=151 (20% of max value = 765). Red value is 32 (12.89% from 255 or 21.19% from 151); Green value is 55 (21.88% from 255 or 36.42% from 151); Blue value is 64 (25.39% from 255 or 42.38% from 151); Max value from RGB is 64 - color contains mainly: blue. Hex color #203740 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #203740 is #DFC8BF. Grayscale: #313131. Windows color (decimal): -14665920 or 4208416. OLE color: 4208416.

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

Color convert

RGB325564-
CMYK0.500.1400.75
HSL196.88º33.33%18.82%-
HSV(B)196.88º50%25.1%-
XYZ2.893.415.36-
YUV49.15136.38115.77-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 21.19%
GREEN value IS 55 (21.88% from 255) = 36.42%
BLUE value IS 64 (25.39% from 255) = 42.38%
R=21.19%
G=36.42%
B=42.38%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal3255640.500.1400.75196.8833.3318.82
Hex20374032E04Bc52113
Octal4067100621601133054123
Binary10000011011110000001100101110010010111100010110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #203740

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #203740; }

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

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

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

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

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

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

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

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