#386782

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

Shades of Astral #386782

Tints of Astral #386782

Color information

#386782 (or 0x386782) is unknown color: approx Astral. HEX triplet: 38, 67 and 82. RGB value is (56,103,130). Sum of RGB (Red+Green+Blue) = 56+103+130=289 (38% of max value = 765). Red value is 56 (22.27% from 255 or 19.38% from 289); Green value is 103 (40.62% from 255 or 35.64% from 289); Blue value is 130 (51.17% from 255 or 44.98% from 289); Max value from RGB is 130 - color contains mainly: blue. Hex color #386782 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #386782 is #C7987D. Grayscale: #5B5B5B. Windows color (decimal): -13080702 or 8546104. OLE color: 8546104.

HSL color Cylindrical-coordinate representation of color #386782: hue angle of 201.89º 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 #386782 is Cyan = 0.57, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB56103130-
CMYK0.570.2100.49
HSL201.89º39.78%36.47%-
HSV(B)201.89º56.92%50.98%-
XYZ10.5112.1522.91-
YUV92.02149.43102.3-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 19.38%
GREEN value IS 103 (40.62% from 255) = 35.64%
BLUE value IS 130 (51.17% from 255) = 44.98%
R=19.38%
G=35.64%
B=44.98%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal561031300.570.2100.49201.8939.7836.47
Hex3867823915031ca2824
Octal7014720271250613125044
Binary11100011001111000001011100110101011000111001010101000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #386782

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #386782; }

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

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

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

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

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

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

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

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