#386E86

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

Shades of Astral #386E86

Tints of Astral #386E86

Color information

#386E86 (or 0x386E86) is unknown color: approx Astral. HEX triplet: 38, 6E and 86. RGB value is (56,110,134). Sum of RGB (Red+Green+Blue) = 56+110+134=300 (39% of max value = 765). Red value is 56 (22.27% from 255 or 18.67% from 300); Green value is 110 (43.36% from 255 or 36.67% from 300); Blue value is 134 (52.73% from 255 or 44.67% from 300); Max value from RGB is 134 - color contains mainly: blue. Hex color #386E86 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #386E86 is #C79179. Grayscale: #606060. Windows color (decimal): -13078906 or 8810040. OLE color: 8810040.

HSL color Cylindrical-coordinate representation of color #386E86: hue angle of 198.46º degrees, saturation: 0.41, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #386E86 is Cyan = 0.58, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB56110134-
CMYK0.580.1800.47
HSL198.46º41.05%37.25%-
HSV(B)198.46º58.21%52.55%-
XYZ11.5113.7124.59-
YUV96.59149.1199.05-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 18.67%
GREEN value IS 110 (43.36% from 255) = 36.67%
BLUE value IS 134 (52.73% from 255) = 44.67%
R=18.67%
G=36.67%
B=44.67%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal561101340.580.1800.47198.4641.0537.25
Hex386E863A1202Fc62925
Octal7015620672220573065145
Binary11100011011101000011011101010010010111111000110101001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #386E86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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