#386B8E

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

Shades of Astral #386B8E

Tints of Astral #386B8E

Color information

#386B8E (or 0x386B8E) is unknown color: approx Astral. HEX triplet: 38, 6B and 8E. RGB value is (56,107,142). Sum of RGB (Red+Green+Blue) = 56+107+142=305 (40% of max value = 765). Red value is 56 (22.27% from 255 or 18.36% from 305); Green value is 107 (42.19% from 255 or 35.08% from 305); Blue value is 142 (55.86% from 255 or 46.56% from 305); Max value from RGB is 142 - color contains mainly: blue. Hex color #386B8E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #386B8E is #C79471. Grayscale: #5F5F5F. Windows color (decimal): -13079666 or 9333560. OLE color: 9333560.

HSL color Cylindrical-coordinate representation of color #386B8E: hue angle of 204.42º degrees, saturation: 0.43, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #386B8E is Cyan = 0.61, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB56107142-
CMYK0.610.2500.44
HSL204.42º43.43%38.82%-
HSV(B)204.42º60.56%55.69%-
XYZ11.7713.3127.54-
YUV95.74154.199.65-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 18.36%
GREEN value IS 107 (42.19% from 255) = 35.08%
BLUE value IS 142 (55.86% from 255) = 46.56%
R=18.36%
G=35.08%
B=46.56%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal561071420.610.2500.44204.4243.4338.82
Hex386B8E3D1902Ccc2b27
Octal7015321675310543145347
Binary11100011010111000111011110111001010110011001100101011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #386B8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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