#20465F

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

Shades of Astronaut Blue #20465F

Tints of Astronaut Blue #20465F

Color information

#20465F (or 0x20465F) is unknown color: approx Astronaut Blue. HEX triplet: 20, 46 and 5F. RGB value is (32,70,95). Sum of RGB (Red+Green+Blue) = 32+70+95=197 (26% of max value = 765). Red value is 32 (12.89% from 255 or 16.24% from 197); Green value is 70 (27.73% from 255 or 35.53% from 197); Blue value is 95 (37.5% from 255 or 48.22% from 197); Max value from RGB is 95 - color contains mainly: blue. Hex color #20465F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #20465F is #DFB9A0. Grayscale: #3D3D3D. Windows color (decimal): -14662049 or 6243872. OLE color: 6243872.

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

Color convert

RGB327095-
CMYK0.660.2600.63
HSL203.81º49.61%24.9%-
HSV(B)203.81º66.32%37.25%-
XYZ4.855.5111.64-
YUV61.49146.91106.97-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 16.24%
GREEN value IS 70 (27.73% from 255) = 35.53%
BLUE value IS 95 (37.5% from 255) = 48.22%
R=16.24%
G=35.53%
B=48.22%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal3270950.660.2600.63203.8149.6124.9
Hex20465F421A03Fcc3219
Octal40106137102320773146231
Binary1000001000110101111110000101101001111111100110011001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20465F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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