#387086

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

Shades of Astral #387086

Tints of Astral #387086

Color information

#387086 (or 0x387086) is unknown color: approx Astral. HEX triplet: 38, 70 and 86. RGB value is (56,112,134). Sum of RGB (Red+Green+Blue) = 56+112+134=302 (40% of max value = 765). Red value is 56 (22.27% from 255 or 18.54% from 302); Green value is 112 (44.14% from 255 or 37.09% from 302); Blue value is 134 (52.73% from 255 or 44.37% from 302); Max value from RGB is 134 - color contains mainly: blue. Hex color #387086 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #387086 is #C78F79. Grayscale: #616161. Windows color (decimal): -13078394 or 8810552. OLE color: 8810552.

HSL color Cylindrical-coordinate representation of color #387086: hue angle of 196.92º 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 #387086 is Cyan = 0.58, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB56112134-
CMYK0.580.1600.47
HSL196.92º41.05%37.25%-
HSV(B)196.92º58.21%52.55%-
XYZ11.7314.1524.67-
YUV97.76148.4598.21-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 18.54%
GREEN value IS 112 (44.14% from 255) = 37.09%
BLUE value IS 134 (52.73% from 255) = 44.37%
R=18.54%
G=37.09%
B=44.37%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal561121340.580.1600.47196.9241.0537.25
Hex3870863A1002Fc52925
Octal7016020672200573055145
Binary11100011100001000011011101010000010111111000101101001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #387086

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #387086; }

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

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

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

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

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

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

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

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