#386C82

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

Shades of Astral #386C82

Tints of Astral #386C82

Color information

#386C82 (or 0x386C82) is unknown color: approx Astral. HEX triplet: 38, 6C and 82. RGB value is (56,108,130). Sum of RGB (Red+Green+Blue) = 56+108+130=294 (38% of max value = 765). Red value is 56 (22.27% from 255 or 19.05% from 294); Green value is 108 (42.58% from 255 or 36.73% from 294); Blue value is 130 (51.17% from 255 or 44.22% from 294); Max value from RGB is 130 - color contains mainly: blue. Hex color #386C82 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #386C82 is #C7937D. Grayscale: #5E5E5E. Windows color (decimal): -13079422 or 8547384. OLE color: 8547384.

HSL color Cylindrical-coordinate representation of color #386C82: hue angle of 197.84º degrees, saturation: 0.4, 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 #386C82 is Cyan = 0.57, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB56108130-
CMYK0.570.1700.49
HSL197.84º39.78%36.47%-
HSV(B)197.84º56.92%50.98%-
XYZ11.0213.1823.08-
YUV94.96147.77100.21-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 19.05%
GREEN value IS 108 (42.58% from 255) = 36.73%
BLUE value IS 130 (51.17% from 255) = 44.22%
R=19.05%
G=36.73%
B=44.22%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal561081300.570.1700.49197.8439.7836.47
Hex386C823911031c62824
Octal7015420271210613065044
Binary11100011011001000001011100110001011000111000110101000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #386C82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,108,130); }

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

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

 a { background-color: rgb(56,108,130); }

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

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

 span { border-color: rgb(56,108,130); }

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