#415372

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

Shades of Astronaut #415372

Tints of Astronaut #415372

Color information

#415372 (or 0x415372) is unknown color: approx Astronaut. HEX triplet: 41, 53 and 72. RGB value is (65,83,114). Sum of RGB (Red+Green+Blue) = 65+83+114=262 (34% of max value = 765). Red value is 65 (25.78% from 255 or 24.81% from 262); Green value is 83 (32.81% from 255 or 31.68% from 262); Blue value is 114 (44.92% from 255 or 43.51% from 262); Max value from RGB is 114 - color contains mainly: blue. Hex color #415372 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #415372 is #BEAC8D. Grayscale: #515151. Windows color (decimal): -12496014 or 7492417. OLE color: 7492417.

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

Color convert

RGB6583114-
CMYK0.430.2700.55
HSL217.96º27.37%35.1%-
HSV(B)217.96º42.98%44.71%-
XYZ8.318.5317.13-
YUV81.15146.54116.48-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 24.81%
GREEN value IS 83 (32.81% from 255) = 31.68%
BLUE value IS 114 (44.92% from 255) = 43.51%
R=24.81%
G=31.68%
B=43.51%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal65831140.430.2700.55217.9627.3735.1
Hex4153722B1B037da1b23
Octal10112316253330673323343
Binary1000001101001111100101010111101101101111101101011011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #415372

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #415372; }

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

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

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

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

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

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

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

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