#203040

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

Shades of Midnight #203040

Tints of Midnight #203040

Color information

#203040 (or 0x203040) is unknown color: approx Midnight. HEX triplet: 20, 30 and 40. RGB value is (32,48,64). Sum of RGB (Red+Green+Blue) = 32+48+64=144 (19% of max value = 765). Red value is 32 (12.89% from 255 or 22.22% from 144); Green value is 48 (19.14% from 255 or 33.33% from 144); Blue value is 64 (25.39% from 255 or 44.44% from 144); Max value from RGB is 64 - color contains mainly: blue. Hex color #203040 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #203040 is #DFCFBF. Grayscale: #2C2C2C. Windows color (decimal): -14667712 or 4206624. OLE color: 4206624.

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

Color convert

RGB324864-
CMYK0.500.2500.75
HSL210º33.33%18.82%-
HSV(B)210º50%25.1%-
XYZ2.582.795.25-
YUV45.04138.7118.7-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 22.22%
GREEN value IS 48 (19.14% from 255) = 33.33%
BLUE value IS 64 (25.39% from 255) = 44.44%
R=22.22%
G=33.33%
B=44.44%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal3248640.500.2500.7521033.3318.82
Hex203040321904Bd22113
Octal4060100623101133224123
Binary100000110000100000011001011001010010111101001010000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #203040

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #203040; }

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

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

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

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

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

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

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

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