#386A89

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

Shades of Astral #386A89

Tints of Astral #386A89

Color information

#386A89 (or 0x386A89) is unknown color: approx Astral. HEX triplet: 38, 6A and 89. RGB value is (56,106,137). Sum of RGB (Red+Green+Blue) = 56+106+137=299 (39% of max value = 765). Red value is 56 (22.27% from 255 or 18.73% from 299); Green value is 106 (41.80% from 255 or 35.45% from 299); Blue value is 137 (53.91% from 255 or 45.82% from 299); Max value from RGB is 137 - color contains mainly: blue. Hex color #386A89 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #386A89 is #C79576. Grayscale: #5E5E5E. Windows color (decimal): -13079927 or 9005624. OLE color: 9005624.

HSL color Cylindrical-coordinate representation of color #386A89: hue angle of 202.96º 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 #386A89 is Cyan = 0.59, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB56106137-
CMYK0.590.2300.46
HSL202.96º41.97%37.84%-
HSV(B)202.96º59.12%53.73%-
XYZ11.312.9525.57-
YUV94.58151.94100.48-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 18.73%
GREEN value IS 106 (41.80% from 255) = 35.45%
BLUE value IS 137 (53.91% from 255) = 45.82%
R=18.73%
G=35.45%
B=45.82%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal561061370.590.2300.46202.9641.9737.84
Hex386A893B1702Ecb2a26
Octal7015221173270563135246
Binary11100011010101000100111101110111010111011001011101010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #386A89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,106,137); }

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

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

 a { background-color: rgb(56,106,137); }

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

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

 span { border-color: rgb(56,106,137); }

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