#415370

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

Shades of Astronaut #415370

Tints of Astronaut #415370

Color information

#415370 (or 0x415370) is unknown color: approx Astronaut. HEX triplet: 41, 53 and 70. RGB value is (65,83,112). Sum of RGB (Red+Green+Blue) = 65+83+112=260 (34% of max value = 765). Red value is 65 (25.78% from 255 or 25% from 260); Green value is 83 (32.81% from 255 or 31.92% from 260); Blue value is 112 (44.14% from 255 or 43.08% from 260); Max value from RGB is 112 - color contains mainly: blue. Hex color #415370 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #415370 is #BEAC8F. Grayscale: #505050. Windows color (decimal): -12496016 or 7361345. OLE color: 7361345.

HSL color Cylindrical-coordinate representation of color #415370: hue angle of 217.02º 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 #415370 is Cyan = 0.42, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB6583112-
CMYK0.420.2600.56
HSL217.02º26.55%34.71%-
HSV(B)217.02º41.96%43.92%-
XYZ8.28.4816.53-
YUV80.92145.54116.64-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 25%
GREEN value IS 83 (32.81% from 255) = 31.92%
BLUE value IS 112 (44.14% from 255) = 43.08%
R=25%
G=31.92%
B=43.08%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal65831120.420.2600.56217.0226.5534.71
Hex4153702A1A038d91b23
Octal10112316052320703313343
Binary1000001101001111100001010101101001110001101100111011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #415370

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #415370; }

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

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

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

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

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

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

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

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