#384C76

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

Shades of Astronaut #384C76

Tints of Astronaut #384C76

Color information

#384C76 (or 0x384C76) is unknown color: approx Astronaut. HEX triplet: 38, 4C and 76. RGB value is (56,76,118). Sum of RGB (Red+Green+Blue) = 56+76+118=250 (33% of max value = 765). Red value is 56 (22.27% from 255 or 22.4% from 250); Green value is 76 (30.08% from 255 or 30.4% from 250); Blue value is 118 (46.48% from 255 or 47.2% from 250); Max value from RGB is 118 - color contains mainly: blue. Hex color #384C76 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #384C76 is #C7B389. Grayscale: #4A4A4A. Windows color (decimal): -13087626 or 7752760. OLE color: 7752760.

HSL color Cylindrical-coordinate representation of color #384C76: hue angle of 220.65º 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 #384C76 is Cyan = 0.53, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB5676118-
CMYK0.530.3600.54
HSL220.65º35.63%34.12%-
HSV(B)220.65º52.54%46.27%-
XYZ7.497.3218.16-
YUV74.81152.37114.58-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 22.4%
GREEN value IS 76 (30.08% from 255) = 30.4%
BLUE value IS 118 (46.48% from 255) = 47.2%
R=22.4%
G=30.4%
B=47.2%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal56761180.530.3600.54220.6535.6334.12
Hex384C763524036dd2422
Octal7011416665440663354442
Binary11100010011001110110110101100100011011011011101100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #384C76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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