#445371

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

Shades of Astronaut #445371

Tints of Astronaut #445371

Color information

#445371 (or 0x445371) is unknown color: approx Astronaut. HEX triplet: 44, 53 and 71. RGB value is (68,83,113). Sum of RGB (Red+Green+Blue) = 68+83+113=264 (34% of max value = 765). Red value is 68 (26.95% from 255 or 25.76% from 264); Green value is 83 (32.81% from 255 or 31.44% from 264); Blue value is 113 (44.53% from 255 or 42.80% from 264); Max value from RGB is 113 - color contains mainly: blue. Hex color #445371 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #445371 is #BBAC8E. Grayscale: #515151. Windows color (decimal): -12299407 or 7426884. OLE color: 7426884.

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

Color convert

RGB6883113-
CMYK0.400.2700.56
HSL220º24.86%35.49%-
HSV(B)220º39.82%44.31%-
XYZ8.468.6116.84-
YUV81.94145.53118.06-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 25.76%
GREEN value IS 83 (32.81% from 255) = 31.44%
BLUE value IS 113 (44.53% from 255) = 42.80%
R=25.76%
G=31.44%
B=42.80%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal68831130.400.2700.5622024.8635.49
Hex445371281B038dc1923
Octal10412316150330703343143
Binary1000100101001111100011010001101101110001101110011001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #445371

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #445371; }

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

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

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

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

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

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

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

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