#386B8B

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

Shades of Astral #386B8B

Tints of Astral #386B8B

Color information

#386B8B (or 0x386B8B) is unknown color: approx Astral. HEX triplet: 38, 6B and 8B. RGB value is (56,107,139). Sum of RGB (Red+Green+Blue) = 56+107+139=302 (40% of max value = 765). Red value is 56 (22.27% from 255 or 18.54% from 302); Green value is 107 (42.19% from 255 or 35.43% from 302); Blue value is 139 (54.69% from 255 or 46.03% from 302); Max value from RGB is 139 - color contains mainly: blue. Hex color #386B8B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #386B8B is #C79474. Grayscale: #5F5F5F. Windows color (decimal): -13079669 or 9136952. OLE color: 9136952.

HSL color Cylindrical-coordinate representation of color #386B8B: hue angle of 203.13º degrees, saturation: 0.43, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #386B8B is Cyan = 0.60, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB56107139-
CMYK0.600.2300.45
HSL203.13º42.56%38.24%-
HSV(B)203.13º59.71%54.51%-
XYZ11.5513.2226.37-
YUV95.4152.699.9-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 18.54%
GREEN value IS 107 (42.19% from 255) = 35.43%
BLUE value IS 139 (54.69% from 255) = 46.03%
R=18.54%
G=35.43%
B=46.03%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal561071390.600.2300.45203.1342.5638.24
Hex386B8B3C1702Dcb2b26
Octal7015321374270553135346
Binary11100011010111000101111110010111010110111001011101011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #386B8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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