#415377

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

Shades of Astronaut #415377

Tints of Astronaut #415377

Color information

#415377 (or 0x415377) is unknown color: approx Astronaut. HEX triplet: 41, 53 and 77. RGB value is (65,83,119). Sum of RGB (Red+Green+Blue) = 65+83+119=267 (35% of max value = 765). Red value is 65 (25.78% from 255 or 24.34% from 267); Green value is 83 (32.81% from 255 or 31.09% from 267); Blue value is 119 (46.88% from 255 or 44.57% from 267); Max value from RGB is 119 - color contains mainly: blue. Hex color #415377 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #415377 is #BEAC88. Grayscale: #515151. Windows color (decimal): -12496009 or 7820097. OLE color: 7820097.

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

Color convert

RGB6583119-
CMYK0.450.3000.53
HSL220º29.35%36.08%-
HSV(B)220º45.38%46.67%-
XYZ8.68.6418.67-
YUV81.72149.04116.07-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 24.34%
GREEN value IS 83 (32.81% from 255) = 31.09%
BLUE value IS 119 (46.88% from 255) = 44.57%
R=24.34%
G=31.09%
B=44.57%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal65831190.450.3000.5322029.3536.08
Hex4153772D1E035dc1d24
Octal10112316755360653343544
Binary1000001101001111101111011011111001101011101110011101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #415377

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #415377; }

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

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

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

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

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

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

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

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