#405371

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

Shades of Astronaut #405371

Tints of Astronaut #405371

Color information

#405371 (or 0x405371) is unknown color: approx Astronaut. HEX triplet: 40, 53 and 71. RGB value is (64,83,113). Sum of RGB (Red+Green+Blue) = 64+83+113=260 (34% of max value = 765). Red value is 64 (25.39% from 255 or 24.62% from 260); Green value is 83 (32.81% from 255 or 31.92% from 260); Blue value is 113 (44.53% from 255 or 43.46% from 260); Max value from RGB is 113 - color contains mainly: blue. Hex color #405371 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #405371 is #BFAC8E. Grayscale: #505050. Windows color (decimal): -12561551 or 7426880. OLE color: 7426880.

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

Color convert

RGB6483113-
CMYK0.430.2700.56
HSL216.73º27.68%34.71%-
HSV(B)216.73º43.36%44.31%-
XYZ8.198.4716.83-
YUV80.74146.21116.06-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 24.62%
GREEN value IS 83 (32.81% from 255) = 31.92%
BLUE value IS 113 (44.53% from 255) = 43.46%
R=24.62%
G=31.92%
B=43.46%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal64831130.430.2700.56216.7327.6834.71
Hex4053712B1B038d91c23
Octal10012316153330703313443
Binary1000000101001111100011010111101101110001101100111100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #405371

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #405371; }

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

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

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

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

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

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

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

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