#386D7F

Color #386D7F Astral (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Astral #386D7F

Tints of Astral #386D7F

Color information

#386D7F (or 0x386D7F) is unknown color: approx Astral. HEX triplet: 38, 6D and 7F. RGB value is (56,109,127). Sum of RGB (Red+Green+Blue) = 56+109+127=292 (38% of max value = 765). Red value is 56 (22.27% from 255 or 19.18% from 292); Green value is 109 (42.97% from 255 or 37.33% from 292); Blue value is 127 (50% from 255 or 43.49% from 292); Max value from RGB is 127 - color contains mainly: blue. Hex color #386D7F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #386D7F is #C79280. Grayscale: #5F5F5F. Windows color (decimal): -13079169 or 8351032. OLE color: 8351032.

HSL color Cylindrical-coordinate representation of color #386D7F: hue angle of 195.21º degrees, saturation: 0.39, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #386D7F is Cyan = 0.56, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB56109127-
CMYK0.560.1400.50
HSL195.21º38.8%35.88%-
HSV(B)195.21º55.91%49.8%-
XYZ10.9313.3122.07-
YUV95.2145.94100.04-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 19.18%
GREEN value IS 109 (42.97% from 255) = 37.33%
BLUE value IS 127 (50% from 255) = 43.49%
R=19.18%
G=37.33%
B=43.49%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal561091270.560.1400.50195.2138.835.88
Hex386D7F38E032c32724
Octal7015517770160623034744
Binary111000110110111111111110001110011001011000011100111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #386D7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #386D7F; }

 p { color: rgb(56,109,127); }

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

<style>
 a { background-color: #386D7F; }

 a { background-color: rgb(56,109,127); }

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

<style>
 span { border-color: #386D7F; }

 span { border-color: rgb(56,109,127); }

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