#386D8A

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

Shades of Astral #386D8A

Tints of Astral #386D8A

Color information

#386D8A (or 0x386D8A) is unknown color: approx Astral. HEX triplet: 38, 6D and 8A. RGB value is (56,109,138). Sum of RGB (Red+Green+Blue) = 56+109+138=303 (40% of max value = 765). Red value is 56 (22.27% from 255 or 18.48% from 303); Green value is 109 (42.97% from 255 or 35.97% from 303); Blue value is 138 (54.30% from 255 or 45.54% from 303); Max value from RGB is 138 - color contains mainly: blue. Hex color #386D8A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #386D8A is #C79275. Grayscale: #606060. Windows color (decimal): -13079158 or 9071928. OLE color: 9071928.

HSL color Cylindrical-coordinate representation of color #386D8A: hue angle of 201.22º degrees, saturation: 0.42, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #386D8A is Cyan = 0.59, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB56109138-
CMYK0.590.2100.46
HSL201.22º42.27%38.04%-
HSV(B)201.22º59.42%54.12%-
XYZ11.6913.6126.06-
YUV96.46151.4499.14-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 18.48%
GREEN value IS 109 (42.97% from 255) = 35.97%
BLUE value IS 138 (54.30% from 255) = 45.54%
R=18.48%
G=35.97%
B=45.54%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal561091380.590.2100.46201.2242.2738.04
Hex386D8A3B1502Ec92a26
Octal7015521273250563115246
Binary11100011011011000101011101110101010111011001001101010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #386D8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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