#384D76

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

Shades of Astronaut #384D76

Tints of Astronaut #384D76

Color information

#384D76 (or 0x384D76) is unknown color: approx Astronaut. HEX triplet: 38, 4D and 76. RGB value is (56,77,118). Sum of RGB (Red+Green+Blue) = 56+77+118=251 (33% of max value = 765). Red value is 56 (22.27% from 255 or 22.31% from 251); Green value is 77 (30.47% from 255 or 30.68% from 251); Blue value is 118 (46.48% from 255 or 47.01% from 251); Max value from RGB is 118 - color contains mainly: blue. Hex color #384D76 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #384D76 is #C7B289. Grayscale: #4B4B4B. Windows color (decimal): -13087370 or 7753016. OLE color: 7753016.

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

Color convert

RGB5677118-
CMYK0.530.3500.54
HSL219.68º35.63%34.12%-
HSV(B)219.68º52.54%46.27%-
XYZ7.557.4618.18-
YUV75.4152.04114.17-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 22.31%
GREEN value IS 77 (30.47% from 255) = 30.68%
BLUE value IS 118 (46.48% from 255) = 47.01%
R=22.31%
G=30.68%
B=47.01%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal56771180.530.3500.54219.6835.6334.12
Hex384D763523036dc2422
Octal7011516665430663344442
Binary11100010011011110110110101100011011011011011100100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #384D76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,77,118); }

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

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

 a { background-color: rgb(56,77,118); }

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

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

 span { border-color: rgb(56,77,118); }

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