#384C6C

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

Shades of Astronaut #384C6C

Tints of Astronaut #384C6C

Color information

#384C6C (or 0x384C6C) is unknown color: approx Astronaut. HEX triplet: 38, 4C and 6C. RGB value is (56,76,108). Sum of RGB (Red+Green+Blue) = 56+76+108=240 (31% of max value = 765). Red value is 56 (22.27% from 255 or 23.33% from 240); Green value is 76 (30.08% from 255 or 31.67% from 240); Blue value is 108 (42.58% from 255 or 45% from 240); Max value from RGB is 108 - color contains mainly: blue. Hex color #384C6C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #384C6C is #C7B393. Grayscale: #494949. Windows color (decimal): -13087636 or 7097400. OLE color: 7097400.

HSL color Cylindrical-coordinate representation of color #384C6C: hue angle of 216.92º degrees, saturation: 0.32, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #384C6C is Cyan = 0.48, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB5676108-
CMYK0.480.3000.58
HSL216.92º31.71%32.16%-
HSV(B)216.92º48.15%42.35%-
XYZ6.927.0915.19-
YUV73.67147.37115.4-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 23.33%
GREEN value IS 76 (30.08% from 255) = 31.67%
BLUE value IS 108 (42.58% from 255) = 45%
R=23.33%
G=31.67%
B=45%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal56761080.480.3000.58216.9231.7132.16
Hex384C6C301E03Ad92020
Octal7011415460360723314040
Binary1110001001100110110011000011110011101011011001100000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #384C6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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