#384F73

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

Shades of Astronaut #384F73

Tints of Astronaut #384F73

Color information

#384F73 (or 0x384F73) is unknown color: approx Astronaut. HEX triplet: 38, 4F and 73. RGB value is (56,79,115). Sum of RGB (Red+Green+Blue) = 56+79+115=250 (33% of max value = 765). Red value is 56 (22.27% from 255 or 22.4% from 250); Green value is 79 (31.25% from 255 or 31.6% from 250); Blue value is 115 (45.31% from 255 or 46% from 250); Max value from RGB is 115 - color contains mainly: blue. Hex color #384F73 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #384F73 is #C7B08C. Grayscale: #4C4C4C. Windows color (decimal): -13086861 or 7556920. OLE color: 7556920.

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

Color convert

RGB5679115-
CMYK0.510.3100.55
HSL216.61º34.5%33.53%-
HSV(B)216.61º51.3%45.1%-
XYZ7.527.6717.3-
YUV76.23149.88113.57-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 22.4%
GREEN value IS 79 (31.25% from 255) = 31.6%
BLUE value IS 115 (45.31% from 255) = 46%
R=22.4%
G=31.6%
B=46%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal56791150.510.3100.55216.6134.533.53
Hex384F73331F037d92322
Octal7011716363370673314342
Binary1110001001111111001111001111111011011111011001100011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #384F73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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