#386D81

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

Shades of Astral #386D81

Tints of Astral #386D81

Color information

#386D81 (or 0x386D81) is unknown color: approx Astral. HEX triplet: 38, 6D and 81. RGB value is (56,109,129). Sum of RGB (Red+Green+Blue) = 56+109+129=294 (38% of max value = 765). Red value is 56 (22.27% from 255 or 19.05% from 294); Green value is 109 (42.97% from 255 or 37.07% from 294); Blue value is 129 (50.78% from 255 or 43.88% from 294); Max value from RGB is 129 - color contains mainly: blue. Hex color #386D81 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #386D81 is #C7927E. Grayscale: #5F5F5F. Windows color (decimal): -13079167 or 8482104. OLE color: 8482104.

HSL color Cylindrical-coordinate representation of color #386D81: hue angle of 196.44º degrees, saturation: 0.39, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #386D81 is Cyan = 0.57, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB56109129-
CMYK0.570.1600.49
HSL196.44º39.46%36.27%-
HSV(B)196.44º56.59%50.59%-
XYZ11.0613.3622.77-
YUV95.43146.9499.87-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 19.05%
GREEN value IS 109 (42.97% from 255) = 37.07%
BLUE value IS 129 (50.78% from 255) = 43.88%
R=19.05%
G=37.07%
B=43.88%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal561091290.570.1600.49196.4439.4636.27
Hex386D813910031c42724
Octal7015520171200613044744
Binary11100011011011000000111100110000011000111000100100111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #386D81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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