#384A73

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

Shades of Astronaut #384A73

Tints of Astronaut #384A73

Color information

#384A73 (or 0x384A73) is unknown color: approx Astronaut. HEX triplet: 38, 4A and 73. RGB value is (56,74,115). Sum of RGB (Red+Green+Blue) = 56+74+115=245 (32% of max value = 765). Red value is 56 (22.27% from 255 or 22.86% from 245); Green value is 74 (29.30% from 255 or 30.20% from 245); Blue value is 115 (45.31% from 255 or 46.94% from 245); Max value from RGB is 115 - color contains mainly: blue. Hex color #384A73 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #384A73 is #C7B58C. Grayscale: #494949. Windows color (decimal): -13088141 or 7555640. OLE color: 7555640.

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

Color convert

RGB5674115-
CMYK0.510.3600.55
HSL221.69º34.5%33.53%-
HSV(B)221.69º51.3%45.1%-
XYZ7.176.9817.19-
YUV73.29151.54115.67-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 22.86%
GREEN value IS 74 (29.30% from 255) = 30.20%
BLUE value IS 115 (45.31% from 255) = 46.94%
R=22.86%
G=30.20%
B=46.94%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal56741150.510.3600.55221.6934.533.53
Hex384A733324037de2322
Octal7011216363440673364342
Binary11100010010101110011110011100100011011111011110100011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #384A73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #384A73; }

 p { color: rgb(56,74,115); }

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

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

 a { background-color: rgb(56,74,115); }

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

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

 span { border-color: rgb(56,74,115); }

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