#445374

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

Shades of Astronaut #445374

Tints of Astronaut #445374

Color information

#445374 (or 0x445374) is unknown color: approx Astronaut. HEX triplet: 44, 53 and 74. RGB value is (68,83,116). Sum of RGB (Red+Green+Blue) = 68+83+116=267 (35% of max value = 765). Red value is 68 (26.95% from 255 or 25.47% from 267); Green value is 83 (32.81% from 255 or 31.09% from 267); Blue value is 116 (45.70% from 255 or 43.45% from 267); Max value from RGB is 116 - color contains mainly: blue. Hex color #445374 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #445374 is #BBAC8B. Grayscale: #525252. Windows color (decimal): -12299404 or 7623492. OLE color: 7623492.

HSL color Cylindrical-coordinate representation of color #445374: hue angle of 221.25º degrees, saturation: 0.26, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #445374 is Cyan = 0.41, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB6883116-
CMYK0.410.2800.55
HSL221.25º26.09%36.08%-
HSV(B)221.25º41.38%45.49%-
XYZ8.638.6817.74-
YUV82.28147.03117.82-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 25.47%
GREEN value IS 83 (32.81% from 255) = 31.09%
BLUE value IS 116 (45.70% from 255) = 43.45%
R=25.47%
G=31.09%
B=43.45%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal68831160.410.2800.55221.2526.0936.08
Hex445374291C037dd1a24
Octal10412316451340673353244
Binary1000100101001111101001010011110001101111101110111010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #445374

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #445374; }

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

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

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

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

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

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

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

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