#386B85

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

Shades of Astral #386B85

Tints of Astral #386B85

Color information

#386B85 (or 0x386B85) is unknown color: approx Astral. HEX triplet: 38, 6B and 85. RGB value is (56,107,133). Sum of RGB (Red+Green+Blue) = 56+107+133=296 (39% of max value = 765). Red value is 56 (22.27% from 255 or 18.92% from 296); Green value is 107 (42.19% from 255 or 36.15% from 296); Blue value is 133 (52.34% from 255 or 44.93% from 296); Max value from RGB is 133 - color contains mainly: blue. Hex color #386B85 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #386B85 is #C7947A. Grayscale: #5E5E5E. Windows color (decimal): -13079675 or 8743736. OLE color: 8743736.

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

Color convert

RGB56107133-
CMYK0.580.2000.48
HSL200.26º40.74%37.06%-
HSV(B)200.26º57.89%52.16%-
XYZ11.1213.0524.12-
YUV94.72149.6100.39-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 18.92%
GREEN value IS 107 (42.19% from 255) = 36.15%
BLUE value IS 133 (52.34% from 255) = 44.93%
R=18.92%
G=36.15%
B=44.93%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal561071330.580.2000.48200.2640.7437.06
Hex386B853A14030c82925
Octal7015320572240603105145
Binary11100011010111000010111101010100011000011001000101001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #386B85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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