#405373

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

Shades of Astronaut #405373

Tints of Astronaut #405373

Color information

#405373 (or 0x405373) is unknown color: approx Astronaut. HEX triplet: 40, 53 and 73. RGB value is (64,83,115). Sum of RGB (Red+Green+Blue) = 64+83+115=262 (34% of max value = 765). Red value is 64 (25.39% from 255 or 24.43% from 262); Green value is 83 (32.81% from 255 or 31.68% from 262); Blue value is 115 (45.31% from 255 or 43.89% from 262); Max value from RGB is 115 - color contains mainly: blue. Hex color #405373 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #405373 is #BFAC8C. Grayscale: #505050. Windows color (decimal): -12561549 or 7557952. OLE color: 7557952.

HSL color Cylindrical-coordinate representation of color #405373: hue angle of 217.65º degrees, saturation: 0.28, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #405373 is Cyan = 0.44, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB6483115-
CMYK0.440.2800.55
HSL217.65º28.49%35.1%-
HSV(B)217.65º44.35%45.1%-
XYZ8.38.5117.43-
YUV80.97147.21115.9-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 24.43%
GREEN value IS 83 (32.81% from 255) = 31.68%
BLUE value IS 115 (45.31% from 255) = 43.89%
R=24.43%
G=31.68%
B=43.89%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal64831150.440.2800.55217.6528.4935.1
Hex4053732C1C037da1c23
Octal10012316354340673323443
Binary1000000101001111100111011001110001101111101101011100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #405373

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #405373; }

 p { color: rgb(64,83,115); }

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

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

 a { background-color: rgb(64,83,115); }

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

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

 span { border-color: rgb(64,83,115); }

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