#204A5D

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

Shades of Astronaut Blue #204A5D

Tints of Astronaut Blue #204A5D

Color information

#204A5D (or 0x204A5D) is unknown color: approx Astronaut Blue. HEX triplet: 20, 4A and 5D. RGB value is (32,74,93). Sum of RGB (Red+Green+Blue) = 32+74+93=199 (26% of max value = 765). Red value is 32 (12.89% from 255 or 16.08% from 199); Green value is 74 (29.30% from 255 or 37.19% from 199); Blue value is 93 (36.72% from 255 or 46.73% from 199); Max value from RGB is 93 - color contains mainly: blue. Hex color #204A5D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #204A5D is #DFB5A2. Grayscale: #3F3F3F. Windows color (decimal): -14661027 or 6113824. OLE color: 6113824.

HSL color Cylindrical-coordinate representation of color #204A5D: hue angle of 198.69º 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 #204A5D is Cyan = 0.66, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB327493-
CMYK0.660.2000.64
HSL198.69º48.8%24.51%-
HSV(B)198.69º65.59%36.47%-
XYZ5.025.9911.25-
YUV63.61144.59105.46-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 16.08%
GREEN value IS 74 (29.30% from 255) = 37.19%
BLUE value IS 93 (36.72% from 255) = 46.73%
R=16.08%
G=37.19%
B=46.73%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3274930.660.2000.64198.6948.824.51
Hex204A5D4214040c73119
Octal401121351022401003076131
Binary10000010010101011101100001010100010000001100011111000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #204A5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #204A5D; }

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

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

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

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

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

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

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

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