#405376

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

Shades of Astronaut #405376

Tints of Astronaut #405376

Color information

#405376 (or 0x405376) is unknown color: approx Astronaut. HEX triplet: 40, 53 and 76. RGB value is (64,83,118). Sum of RGB (Red+Green+Blue) = 64+83+118=265 (35% of max value = 765). Red value is 64 (25.39% from 255 or 24.15% from 265); Green value is 83 (32.81% from 255 or 31.32% from 265); Blue value is 118 (46.48% from 255 or 44.53% from 265); Max value from RGB is 118 - color contains mainly: blue. Hex color #405376 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #405376 is #BFAC89. Grayscale: #515151. Windows color (decimal): -12561546 or 7754560. OLE color: 7754560.

HSL color Cylindrical-coordinate representation of color #405376: hue angle of 218.89º degrees, saturation: 0.3, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #405376 is Cyan = 0.46, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB6483118-
CMYK0.460.3000.54
HSL218.89º29.67%35.69%-
HSV(B)218.89º45.76%46.27%-
XYZ8.488.5818.35-
YUV81.31148.71115.65-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 24.15%
GREEN value IS 83 (32.81% from 255) = 31.32%
BLUE value IS 118 (46.48% from 255) = 44.53%
R=24.15%
G=31.32%
B=44.53%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal64831180.460.3000.54218.8929.6735.69
Hex4053762E1E036db1e24
Octal10012316656360663333644
Binary1000000101001111101101011101111001101101101101111110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #405376

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #405376; }

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

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

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

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

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

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

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

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