#20485B

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

Shades of Astronaut Blue #20485B

Tints of Astronaut Blue #20485B

Color information

#20485B (or 0x20485B) is unknown color: approx Astronaut Blue. HEX triplet: 20, 48 and 5B. RGB value is (32,72,91). Sum of RGB (Red+Green+Blue) = 32+72+91=195 (25% of max value = 765). Red value is 32 (12.89% from 255 or 16.41% from 195); Green value is 72 (28.52% from 255 or 36.92% from 195); Blue value is 91 (35.94% from 255 or 46.67% from 195); Max value from RGB is 91 - color contains mainly: blue. Hex color #20485B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #20485B is #DFB7A4. Grayscale: #3E3E3E. Windows color (decimal): -14661541 or 5982240. OLE color: 5982240.

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

Color convert

RGB327291-
CMYK0.650.2100.64
HSL199.32º47.97%24.12%-
HSV(B)199.32º64.84%35.69%-
XYZ4.85.710.74-
YUV62.21144.25106.46-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 16.41%
GREEN value IS 72 (28.52% from 255) = 36.92%
BLUE value IS 91 (35.94% from 255) = 46.67%
R=16.41%
G=36.92%
B=46.67%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3272910.650.2100.64199.3247.9724.12
Hex20485B4115040c73018
Octal401101331012501003076030
Binary10000010010001011011100000110101010000001100011111000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20485B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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