#20445F

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

Shades of Astronaut Blue #20445F

Tints of Astronaut Blue #20445F

Color information

#20445F (or 0x20445F) is unknown color: approx Astronaut Blue. HEX triplet: 20, 44 and 5F. RGB value is (32,68,95). Sum of RGB (Red+Green+Blue) = 32+68+95=195 (25% of max value = 765). Red value is 32 (12.89% from 255 or 16.41% from 195); Green value is 68 (26.95% from 255 or 34.87% from 195); Blue value is 95 (37.5% from 255 or 48.72% from 195); Max value from RGB is 95 - color contains mainly: blue. Hex color #20445F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #20445F is #DFBBA0. Grayscale: #3C3C3C. Windows color (decimal): -14662561 or 6243360. OLE color: 6243360.

HSL color Cylindrical-coordinate representation of color #20445F: hue angle of 205.71º degrees, saturation: 0.5, 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 #20445F is Cyan = 0.66, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB326895-
CMYK0.660.2800.63
HSL205.71º49.61%24.9%-
HSV(B)205.71º66.32%37.25%-
XYZ4.735.2711.59-
YUV60.31147.57107.8-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 16.41%
GREEN value IS 68 (26.95% from 255) = 34.87%
BLUE value IS 95 (37.5% from 255) = 48.72%
R=16.41%
G=34.87%
B=48.72%

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
Decimal3268950.660.2800.63205.7149.6124.9
Hex20445F421C03Fce3219
Octal40104137102340773166231
Binary1000001000100101111110000101110001111111100111011001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20445F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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