#20445B

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

Shades of Astronaut Blue #20445B

Tints of Astronaut Blue #20445B

Color information

#20445B (or 0x20445B) is unknown color: approx Astronaut Blue. HEX triplet: 20, 44 and 5B. RGB value is (32,68,91). Sum of RGB (Red+Green+Blue) = 32+68+91=191 (25% of max value = 765). Red value is 32 (12.89% from 255 or 16.75% from 191); Green value is 68 (26.95% from 255 or 35.60% from 191); Blue value is 91 (35.94% from 255 or 47.64% from 191); Max value from RGB is 91 - color contains mainly: blue. Hex color #20445B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #20445B is #DFBBA4. Grayscale: #3B3B3B. Windows color (decimal): -14662565 or 5981216. OLE color: 5981216.

HSL color Cylindrical-coordinate representation of color #20445B: hue angle of 203.39º 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 #20445B is Cyan = 0.65, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB326891-
CMYK0.650.2500.64
HSL203.39º47.97%24.12%-
HSV(B)203.39º64.84%35.69%-
XYZ4.555.210.66-
YUV59.86145.57108.13-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 16.75%
GREEN value IS 68 (26.95% from 255) = 35.60%
BLUE value IS 91 (35.94% from 255) = 47.64%
R=16.75%
G=35.60%
B=47.64%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3268910.650.2500.64203.3947.9724.12
Hex20445B4119040cb3018
Octal401041331013101003136030
Binary10000010001001011011100000111001010000001100101111000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20445B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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