#384E73

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

Shades of Astronaut #384E73

Tints of Astronaut #384E73

Color information

#384E73 (or 0x384E73) is unknown color: approx Astronaut. HEX triplet: 38, 4E and 73. RGB value is (56,78,115). Sum of RGB (Red+Green+Blue) = 56+78+115=249 (32% of max value = 765). Red value is 56 (22.27% from 255 or 22.49% from 249); Green value is 78 (30.86% from 255 or 31.33% from 249); Blue value is 115 (45.31% from 255 or 46.18% from 249); Max value from RGB is 115 - color contains mainly: blue. Hex color #384E73 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #384E73 is #C7B18C. Grayscale: #4B4B4B. Windows color (decimal): -13087117 or 7556664. OLE color: 7556664.

HSL color Cylindrical-coordinate representation of color #384E73: hue angle of 217.63º 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 #384E73 is Cyan = 0.51, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB5678115-
CMYK0.510.3200.55
HSL217.63º34.5%33.53%-
HSV(B)217.63º51.3%45.1%-
XYZ7.457.5317.28-
YUV75.64150.21113.99-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 22.49%
GREEN value IS 78 (30.86% from 255) = 31.33%
BLUE value IS 115 (45.31% from 255) = 46.18%
R=22.49%
G=31.33%
B=46.18%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal56781150.510.3200.55217.6334.533.53
Hex384E733320037da2322
Octal7011616363400673324342
Binary11100010011101110011110011100000011011111011010100011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #384E73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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