#20445C

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

Shades of Astronaut Blue #20445C

Tints of Astronaut Blue #20445C

Color information

#20445C (or 0x20445C) is unknown color: approx Astronaut Blue. HEX triplet: 20, 44 and 5C. RGB value is (32,68,92). Sum of RGB (Red+Green+Blue) = 32+68+92=192 (25% of max value = 765). Red value is 32 (12.89% from 255 or 16.67% from 192); Green value is 68 (26.95% from 255 or 35.42% from 192); Blue value is 92 (36.33% from 255 or 47.92% from 192); Max value from RGB is 92 - color contains mainly: blue. Hex color #20445C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #20445C is #DFBBA3. Grayscale: #3B3B3B. Windows color (decimal): -14662564 or 6046752. OLE color: 6046752.

HSL color Cylindrical-coordinate representation of color #20445C: hue angle of 204º degrees, saturation: 0.48, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #20445C is Cyan = 0.65, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB326892-
CMYK0.650.2600.64
HSL204º48.39%24.31%-
HSV(B)204º65.22%36.08%-
XYZ4.595.2110.89-
YUV59.97146.07108.05-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 16.67%
GREEN value IS 68 (26.95% from 255) = 35.42%
BLUE value IS 92 (36.33% from 255) = 47.92%
R=16.67%
G=35.42%
B=47.92%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3268920.650.2600.6420448.3924.31
Hex20445C411A040cc3018
Octal401041341013201003146030
Binary10000010001001011100100000111010010000001100110011000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20445C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #20445C; }

 p { color: rgb(32,68,92); }

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

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

 a { background-color: rgb(32,68,92); }

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

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

 span { border-color: rgb(32,68,92); }

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