#203249

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

Shades of Midnight #203249

Tints of Midnight #203249

Color information

#203249 (or 0x203249) is unknown color: approx Midnight. HEX triplet: 20, 32 and 49. RGB value is (32,50,73). Sum of RGB (Red+Green+Blue) = 32+50+73=155 (20% of max value = 765). Red value is 32 (12.89% from 255 or 20.65% from 155); Green value is 50 (19.92% from 255 or 32.26% from 155); Blue value is 73 (28.91% from 255 or 47.10% from 155); Max value from RGB is 73 - color contains mainly: blue. Hex color #203249 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #203249 is #DFCDB6. Grayscale: #2F2F2F. Windows color (decimal): -14667191 or 4796960. OLE color: 4796960.

HSL color Cylindrical-coordinate representation of color #203249: hue angle of 213.66º degrees, saturation: 0.39, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #203249 is Cyan = 0.56, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB325073-
CMYK0.560.3200.71
HSL213.66º39.05%20.59%-
HSV(B)213.66º56.16%28.63%-
XYZ2.943.076.74-
YUV47.24142.54117.13-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 20.65%
GREEN value IS 50 (19.92% from 255) = 32.26%
BLUE value IS 73 (28.91% from 255) = 47.10%
R=20.65%
G=32.26%
B=47.10%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal3250730.560.3200.71213.6639.0520.59
Hex2032493820047d62715
Octal4062111704001073264725
Binary1000001100101001001111000100000010001111101011010011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #203249

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #203249; }

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

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

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

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

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

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

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

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