#405375

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

Shades of Astronaut #405375

Tints of Astronaut #405375

Color information

#405375 (or 0x405375) is unknown color: approx Astronaut. HEX triplet: 40, 53 and 75. RGB value is (64,83,117). Sum of RGB (Red+Green+Blue) = 64+83+117=264 (34% of max value = 765). Red value is 64 (25.39% from 255 or 24.24% from 264); Green value is 83 (32.81% from 255 or 31.44% from 264); Blue value is 117 (46.09% from 255 or 44.32% from 264); Max value from RGB is 117 - color contains mainly: blue. Hex color #405375 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #405375 is #BFAC8A. Grayscale: #515151. Windows color (decimal): -12561547 or 7689024. OLE color: 7689024.

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

Color convert

RGB6483117-
CMYK0.450.2900.54
HSL218.49º29.28%35.49%-
HSV(B)218.49º45.3%45.88%-
XYZ8.428.5618.04-
YUV81.19148.21115.74-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 24.24%
GREEN value IS 83 (32.81% from 255) = 31.44%
BLUE value IS 117 (46.09% from 255) = 44.32%
R=24.24%
G=31.44%
B=44.32%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal64831170.450.2900.54218.4929.2835.49
Hex4053752D1D036da1d23
Octal10012316555350663323543
Binary1000000101001111101011011011110101101101101101011101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #405375

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #405375; }

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

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

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

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

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

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

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

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