#386E85

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

Shades of Astral #386E85

Tints of Astral #386E85

Color information

#386E85 (or 0x386E85) is unknown color: approx Astral. HEX triplet: 38, 6E and 85. RGB value is (56,110,133). Sum of RGB (Red+Green+Blue) = 56+110+133=299 (39% of max value = 765). Red value is 56 (22.27% from 255 or 18.73% from 299); Green value is 110 (43.36% from 255 or 36.79% from 299); Blue value is 133 (52.34% from 255 or 44.48% from 299); Max value from RGB is 133 - color contains mainly: blue. Hex color #386E85 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #386E85 is #C7917A. Grayscale: #606060. Windows color (decimal): -13078907 or 8744504. OLE color: 8744504.

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

Color convert

RGB56110133-
CMYK0.580.1700.48
HSL197.92º40.74%37.06%-
HSV(B)197.92º57.89%52.16%-
XYZ11.4413.6924.23-
YUV96.48148.6199.13-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 18.73%
GREEN value IS 110 (43.36% from 255) = 36.79%
BLUE value IS 133 (52.34% from 255) = 44.48%
R=18.73%
G=36.79%
B=44.48%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal561101330.580.1700.48197.9240.7437.06
Hex386E853A11030c62925
Octal7015620572210603065145
Binary11100011011101000010111101010001011000011000110101001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #386E85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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