#386590

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

Shades of Astral #386590

Tints of Astral #386590

Color information

#386590 (or 0x386590) is unknown color: approx Astral. HEX triplet: 38, 65 and 90. RGB value is (56,101,144). Sum of RGB (Red+Green+Blue) = 56+101+144=301 (39% of max value = 765). Red value is 56 (22.27% from 255 or 18.60% from 301); Green value is 101 (39.84% from 255 or 33.55% from 301); Blue value is 144 (56.64% from 255 or 47.84% from 301); Max value from RGB is 144 - color contains mainly: blue. Hex color #386590 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #386590 is #C79A6F. Grayscale: #5C5C5C. Windows color (decimal): -13081200 or 9463096. OLE color: 9463096.

HSL color Cylindrical-coordinate representation of color #386590: hue angle of 209.32º degrees, saturation: 0.44, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #386590 is Cyan = 0.61, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB56101144-
CMYK0.610.3000.44
HSL209.32º44%39.22%-
HSV(B)209.32º61.11%56.47%-
XYZ11.3212.1628.14-
YUV92.45157.09102-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 18.60%
GREEN value IS 101 (39.84% from 255) = 33.55%
BLUE value IS 144 (56.64% from 255) = 47.84%
R=18.60%
G=33.55%
B=47.84%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal561011440.610.3000.44209.324439.22
Hex3865903D1E02Cd12c27
Octal7014522075360543215447
Binary11100011001011001000011110111110010110011010001101100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #386590

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #386590; }

 p { color: rgb(56,101,144); }

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

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

 a { background-color: rgb(56,101,144); }

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

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

 span { border-color: rgb(56,101,144); }

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