#386F8B

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

Shades of Astral #386F8B

Tints of Astral #386F8B

Color information

#386F8B (or 0x386F8B) is unknown color: approx Astral. HEX triplet: 38, 6F and 8B. RGB value is (56,111,139). Sum of RGB (Red+Green+Blue) = 56+111+139=306 (40% of max value = 765). Red value is 56 (22.27% from 255 or 18.30% from 306); Green value is 111 (43.75% from 255 or 36.27% from 306); Blue value is 139 (54.69% from 255 or 45.42% from 306); Max value from RGB is 139 - color contains mainly: blue. Hex color #386F8B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #386F8B is #C79074. Grayscale: #616161. Windows color (decimal): -13078645 or 9137976. OLE color: 9137976.

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

Color convert

RGB56111139-
CMYK0.600.2000.45
HSL200.24º42.56%38.24%-
HSV(B)200.24º59.71%54.51%-
XYZ11.9814.0726.51-
YUV97.75151.2898.22-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 18.30%
GREEN value IS 111 (43.75% from 255) = 36.27%
BLUE value IS 139 (54.69% from 255) = 45.42%
R=18.30%
G=36.27%
B=45.42%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal561111390.600.2000.45200.2442.5638.24
Hex386F8B3C1402Dc82b26
Octal7015721374240553105346
Binary11100011011111000101111110010100010110111001000101011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #386F8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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