#384D6C

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

Shades of Astronaut #384D6C

Tints of Astronaut #384D6C

Color information

#384D6C (or 0x384D6C) is unknown color: approx Astronaut. HEX triplet: 38, 4D and 6C. RGB value is (56,77,108). Sum of RGB (Red+Green+Blue) = 56+77+108=241 (31% of max value = 765). Red value is 56 (22.27% from 255 or 23.24% from 241); Green value is 77 (30.47% from 255 or 31.95% from 241); Blue value is 108 (42.58% from 255 or 44.81% from 241); Max value from RGB is 108 - color contains mainly: blue. Hex color #384D6C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #384D6C is #C7B293. Grayscale: #4A4A4A. Windows color (decimal): -13087380 or 7097656. OLE color: 7097656.

HSL color Cylindrical-coordinate representation of color #384D6C: hue angle of 215.77º 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 #384D6C is Cyan = 0.48, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB5677108-
CMYK0.480.2900.58
HSL215.77º31.71%32.16%-
HSV(B)215.77º48.15%42.35%-
XYZ6.997.2315.21-
YUV74.26147.04114.98-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 23.24%
GREEN value IS 77 (30.47% from 255) = 31.95%
BLUE value IS 108 (42.58% from 255) = 44.81%
R=23.24%
G=31.95%
B=44.81%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal56771080.480.2900.58215.7731.7132.16
Hex384D6C301D03Ad82020
Octal7011515460350723304040
Binary1110001001101110110011000011101011101011011000100000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #384D6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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