#20445E

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

Shades of Astronaut Blue #20445E

Tints of Astronaut Blue #20445E

Color information

#20445E (or 0x20445E) is unknown color: approx Astronaut Blue. HEX triplet: 20, 44 and 5E. RGB value is (32,68,94). Sum of RGB (Red+Green+Blue) = 32+68+94=194 (25% of max value = 765). Red value is 32 (12.89% from 255 or 16.49% from 194); Green value is 68 (26.95% from 255 or 35.05% from 194); Blue value is 94 (37.11% from 255 or 48.45% from 194); Max value from RGB is 94 - color contains mainly: blue. Hex color #20445E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #20445E is #DFBBA1. Grayscale: #3C3C3C. Windows color (decimal): -14662562 or 6177824. OLE color: 6177824.

HSL color Cylindrical-coordinate representation of color #20445E: hue angle of 205.16º degrees, saturation: 0.49, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #20445E is Cyan = 0.66, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB326894-
CMYK0.660.2800.63
HSL205.16º49.21%24.71%-
HSV(B)205.16º65.96%36.86%-
XYZ4.685.2511.36-
YUV60.2147.07107.89-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 16.49%
GREEN value IS 68 (26.95% from 255) = 35.05%
BLUE value IS 94 (37.11% from 255) = 48.45%
R=16.49%
G=35.05%
B=48.45%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal3268940.660.2800.63205.1649.2124.71
Hex20445E421C03Fcd3119
Octal40104136102340773156131
Binary1000001000100101111010000101110001111111100110111000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20445E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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