#20495D

Color #20495D Astronaut Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Astronaut Blue #20495D

Tints of Astronaut Blue #20495D

Color information

#20495D (or 0x20495D) is unknown color: approx Astronaut Blue. HEX triplet: 20, 49 and 5D. RGB value is (32,73,93). Sum of RGB (Red+Green+Blue) = 32+73+93=198 (26% of max value = 765). Red value is 32 (12.89% from 255 or 16.16% from 198); Green value is 73 (28.91% from 255 or 36.87% from 198); Blue value is 93 (36.72% from 255 or 46.97% from 198); Max value from RGB is 93 - color contains mainly: blue. Hex color #20495D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #20495D is #DFB6A2. Grayscale: #3E3E3E. Windows color (decimal): -14661283 or 6113568. OLE color: 6113568.

HSL color Cylindrical-coordinate representation of color #20495D: hue angle of 199.67º degrees, saturation: 0.49, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #20495D is Cyan = 0.66, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB327393-
CMYK0.660.2200.64
HSL199.67º48.8%24.51%-
HSV(B)199.67º65.59%36.47%-
XYZ4.955.8611.23-
YUV63.02144.92105.87-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 16.16%
GREEN value IS 73 (28.91% from 255) = 36.87%
BLUE value IS 93 (36.72% from 255) = 46.97%
R=16.16%
G=36.87%
B=46.97%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3273930.660.2200.64199.6748.824.51
Hex20495D4216040c83119
Octal401111351022601003106131
Binary10000010010011011101100001010110010000001100100011000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20495D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #20495D; }

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

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

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

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

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

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

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

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