#203240

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

Shades of Midnight #203240

Tints of Midnight #203240

Color information

#203240 (or 0x203240) is unknown color: approx Midnight. HEX triplet: 20, 32 and 40. RGB value is (32,50,64). Sum of RGB (Red+Green+Blue) = 32+50+64=146 (19% of max value = 765). Red value is 32 (12.89% from 255 or 21.92% from 146); Green value is 50 (19.92% from 255 or 34.25% from 146); Blue value is 64 (25.39% from 255 or 43.84% from 146); Max value from RGB is 64 - color contains mainly: blue. Hex color #203240 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #203240 is #DFCDBF. Grayscale: #2E2E2E. Windows color (decimal): -14667200 or 4207136. OLE color: 4207136.

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

Color convert

RGB325064-
CMYK0.500.2200.75
HSL206.25º33.33%18.82%-
HSV(B)206.25º50%25.1%-
XYZ2.662.965.28-
YUV46.21138.04117.86-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 21.92%
GREEN value IS 50 (19.92% from 255) = 34.25%
BLUE value IS 64 (25.39% from 255) = 43.84%
R=21.92%
G=34.25%
B=43.84%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal3250640.500.2200.75206.2533.3318.82
Hex203240321604Bce2113
Octal4062100622601133164123
Binary100000110010100000011001010110010010111100111010000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #203240

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #203240; }

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

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

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

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

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

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

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

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