#386886

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

Shades of Astral #386886

Tints of Astral #386886

Color information

#386886 (or 0x386886) is unknown color: approx Astral. HEX triplet: 38, 68 and 86. RGB value is (56,104,134). Sum of RGB (Red+Green+Blue) = 56+104+134=294 (38% of max value = 765). Red value is 56 (22.27% from 255 or 19.05% from 294); Green value is 104 (41.02% from 255 or 35.37% from 294); Blue value is 134 (52.73% from 255 or 45.58% from 294); Max value from RGB is 134 - color contains mainly: blue. Hex color #386886 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #386886 is #C79779. Grayscale: #5C5C5C. Windows color (decimal): -13080442 or 8808504. OLE color: 8808504.

HSL color Cylindrical-coordinate representation of color #386886: hue angle of 203.08º degrees, saturation: 0.41, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #386886 is Cyan = 0.58, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB56104134-
CMYK0.580.2200.47
HSL203.08º41.05%37.25%-
HSV(B)203.08º58.21%52.55%-
XYZ10.8812.4624.39-
YUV93.07151.1101.56-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 19.05%
GREEN value IS 104 (41.02% from 255) = 35.37%
BLUE value IS 134 (52.73% from 255) = 45.58%
R=19.05%
G=35.37%
B=45.58%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal561041340.580.2200.47203.0841.0537.25
Hex3868863A1602Fcb2925
Octal7015020672260573135145
Binary11100011010001000011011101010110010111111001011101001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #386886

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #386886; }

 p { color: rgb(56,104,134); }

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

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

 a { background-color: rgb(56,104,134); }

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

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

 span { border-color: rgb(56,104,134); }

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