#384f6e

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

Shades of Astronaut #384F6E

Tints of Astronaut #384F6E

Color information

#384F6E (or 0x384F6E) is unknown color: approx Astronaut. HEX triplet: 38, 4F and 6E. RGB value is (56,79,110). Sum of RGB (Red+Green+Blue) = 56+79+110=245 (32% of max value = 765). Red value is 56 (22.27% from 255 or 22.86% from 245); Green value is 79 (31.25% from 255 or 32.24% from 245); Blue value is 110 (43.36% from 255 or 44.90% from 245); Max value from RGB is 110 - color contains mainly: blue. Hex color #384F6E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #384F6E is #C7B091. Grayscale: #4B4B4B. Windows color (decimal): -13086866 or 7229240. OLE color: 7229240.

HSL color Cylindrical-coordinate representation of color #384F6E: hue angle of 214.44º degrees, saturation: 0.33, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #384F6E is Cyan = 0.49, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB5679110-
CMYK0.490.2800.57
HSL214.44º32.53%32.55%-
HSV(B)214.44º49.09%43.14%-
XYZ7.247.5615.83-
YUV75.66147.38113.98-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 22.86%
GREEN value IS 79 (31.25% from 255) = 32.24%
BLUE value IS 110 (43.36% from 255) = 44.90%
R=22.86%
G=32.24%
B=44.90%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal56791100.490.2800.57214.4432.5332.55
Hex384F6E311C039d62121
Octal7011715661340713264141
Binary1110001001111110111011000111100011100111010110100001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #384f6e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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