#384B73

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

Shades of Astronaut #384B73

Tints of Astronaut #384B73

Color information

#384B73 (or 0x384B73) is unknown color: approx Astronaut. HEX triplet: 38, 4B and 73. RGB value is (56,75,115). Sum of RGB (Red+Green+Blue) = 56+75+115=246 (32% of max value = 765). Red value is 56 (22.27% from 255 or 22.76% from 246); Green value is 75 (29.69% from 255 or 30.49% from 246); Blue value is 115 (45.31% from 255 or 46.75% from 246); Max value from RGB is 115 - color contains mainly: blue. Hex color #384B73 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #384B73 is #C7B48C. Grayscale: #494949. Windows color (decimal): -13087885 or 7555896. OLE color: 7555896.

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

Color convert

RGB5675115-
CMYK0.510.3500.55
HSL220.68º34.5%33.53%-
HSV(B)220.68º51.3%45.1%-
XYZ7.247.1117.21-
YUV73.88151.21115.25-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 22.76%
GREEN value IS 75 (29.69% from 255) = 30.49%
BLUE value IS 115 (45.31% from 255) = 46.75%
R=22.76%
G=30.49%
B=46.75%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal56751150.510.3500.55220.6834.533.53
Hex384B733323037dd2322
Octal7011316363430673354342
Binary11100010010111110011110011100011011011111011101100011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #384B73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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