#415371

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

Shades of Astronaut #415371

Tints of Astronaut #415371

Color information

#415371 (or 0x415371) is unknown color: approx Astronaut. HEX triplet: 41, 53 and 71. RGB value is (65,83,113). Sum of RGB (Red+Green+Blue) = 65+83+113=261 (34% of max value = 765). Red value is 65 (25.78% from 255 or 24.90% from 261); Green value is 83 (32.81% from 255 or 31.80% from 261); Blue value is 113 (44.53% from 255 or 43.30% from 261); Max value from RGB is 113 - color contains mainly: blue. Hex color #415371 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #415371 is #BEAC8E. Grayscale: #505050. Windows color (decimal): -12496015 or 7426881. OLE color: 7426881.

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

Color convert

RGB6583113-
CMYK0.420.2700.56
HSL217.5º26.97%34.9%-
HSV(B)217.5º42.48%44.31%-
XYZ8.258.516.83-
YUV81.04146.04116.56-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 24.90%
GREEN value IS 83 (32.81% from 255) = 31.80%
BLUE value IS 113 (44.53% from 255) = 43.30%
R=24.90%
G=31.80%
B=43.30%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal65831130.420.2700.56217.526.9734.9
Hex4153712A1B038da1b23
Octal10112316152330703323343
Binary1000001101001111100011010101101101110001101101011011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #415371

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #415371; }

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

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

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

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

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

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

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

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