#386D85

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

Shades of Astral #386D85

Tints of Astral #386D85

Color information

#386D85 (or 0x386D85) is unknown color: approx Astral. HEX triplet: 38, 6D and 85. RGB value is (56,109,133). Sum of RGB (Red+Green+Blue) = 56+109+133=298 (39% of max value = 765). Red value is 56 (22.27% from 255 or 18.79% from 298); Green value is 109 (42.97% from 255 or 36.58% from 298); Blue value is 133 (52.34% from 255 or 44.63% from 298); Max value from RGB is 133 - color contains mainly: blue. Hex color #386D85 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #386D85 is #C7927A. Grayscale: #5F5F5F. Windows color (decimal): -13079163 or 8744248. OLE color: 8744248.

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

Color convert

RGB56109133-
CMYK0.580.1800.48
HSL198.7º40.74%37.06%-
HSV(B)198.7º57.89%52.16%-
XYZ11.3313.4724.19-
YUV95.89148.9499.55-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 18.79%
GREEN value IS 109 (42.97% from 255) = 36.58%
BLUE value IS 133 (52.34% from 255) = 44.63%
R=18.79%
G=36.58%
B=44.63%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal561091330.580.1800.48198.740.7437.06
Hex386D853A12030c72925
Octal7015520572220603075145
Binary11100011011011000010111101010010011000011000111101001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #386D85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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