#405377

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

Shades of Astronaut #405377

Tints of Astronaut #405377

Color information

#405377 (or 0x405377) is unknown color: approx Astronaut. HEX triplet: 40, 53 and 77. RGB value is (64,83,119). Sum of RGB (Red+Green+Blue) = 64+83+119=266 (35% of max value = 765). Red value is 64 (25.39% from 255 or 24.06% from 266); Green value is 83 (32.81% from 255 or 31.20% from 266); Blue value is 119 (46.88% from 255 or 44.74% from 266); Max value from RGB is 119 - color contains mainly: blue. Hex color #405377 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #405377 is #BFAC88. Grayscale: #515151. Windows color (decimal): -12561545 or 7820096. OLE color: 7820096.

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

Color convert

RGB6483119-
CMYK0.460.3000.53
HSL219.27º30.05%35.88%-
HSV(B)219.27º46.22%46.67%-
XYZ8.548.6118.66-
YUV81.42149.21115.57-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 24.06%
GREEN value IS 83 (32.81% from 255) = 31.20%
BLUE value IS 119 (46.88% from 255) = 44.74%
R=24.06%
G=31.20%
B=44.74%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal64831190.460.3000.53219.2730.0535.88
Hex4053772E1E035db1e24
Octal10012316756360653333644
Binary1000000101001111101111011101111001101011101101111110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #405377

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #405377; }

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

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

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

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

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

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

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

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