Html Css Color HEX #203249 Midnight

📋 copy color: '#203249'

red 32 ◦ green 50 ◦ blue 73

#203249
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Midnight #203249

Tints of Midnight #203249

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.1%

R = 20.65%
G = 32.26%
B = 47.1%

CMYK

 C value IS 0.56

 M value IS 0.32

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#203249 (or 0x203249) is known color: 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

RGB 32 50 73 -
CMYK 0.56 0.32 0 0.71
HSL 213.66º 0.39% 0.21% -
HSV(B) 213.66º 0.56% 0.29% -
XYZ 2.94 3.07 6.74 -
YUV 47.24 142.54 117.13 -
System Red Green Blue C M Y K H S L
Decimal 32 50 73 0.56 0.32 0 0.71 213.66 0.39 0.21
Hex 20 32 49 38 20 0 47 D6 27 15
Octal 40 62 111 70 40 0 107 326 47 25
Binary 100000 110010 1001001 111000 100000 0 1000111 11010110 100111 10101

Color Harmonies of #203249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #203249

Black with #203249

Text Example


Text Example

White with #203249

Text Example


Text Example

HTML Codes & Css Web 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>