#20455B

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

Shades of Astronaut Blue #20455B

Tints of Astronaut Blue #20455B

Color information

#20455B (or 0x20455B) is unknown color: approx Astronaut Blue. HEX triplet: 20, 45 and 5B. RGB value is (32,69,91). Sum of RGB (Red+Green+Blue) = 32+69+91=192 (25% of max value = 765). Red value is 32 (12.89% from 255 or 16.67% from 192); Green value is 69 (27.34% from 255 or 35.94% from 192); Blue value is 91 (35.94% from 255 or 47.40% from 192); Max value from RGB is 91 - color contains mainly: blue. Hex color #20455B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #20455B is #DFBAA4. Grayscale: #3C3C3C. Windows color (decimal): -14662309 or 5981472. OLE color: 5981472.

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

Color convert

RGB326991-
CMYK0.650.2400.64
HSL202.37º47.97%24.12%-
HSV(B)202.37º64.84%35.69%-
XYZ4.615.3210.68-
YUV60.44145.24107.71-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 16.67%
GREEN value IS 69 (27.34% from 255) = 35.94%
BLUE value IS 91 (35.94% from 255) = 47.40%
R=16.67%
G=35.94%
B=47.40%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3269910.650.2400.64202.3747.9724.12
Hex20455B4118040ca3018
Octal401051331013001003126030
Binary10000010001011011011100000111000010000001100101011000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20455B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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