#387186

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

Shades of Astral #387186

Tints of Astral #387186

Color information

#387186 (or 0x387186) is unknown color: approx Astral. HEX triplet: 38, 71 and 86. RGB value is (56,113,134). Sum of RGB (Red+Green+Blue) = 56+113+134=303 (40% of max value = 765). Red value is 56 (22.27% from 255 or 18.48% from 303); Green value is 113 (44.53% from 255 or 37.29% from 303); Blue value is 134 (52.73% from 255 or 44.22% from 303); Max value from RGB is 134 - color contains mainly: blue. Hex color #387186 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #387186 is #C78E79. Grayscale: #626262. Windows color (decimal): -13078138 or 8810808. OLE color: 8810808.

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

Color convert

RGB56113134-
CMYK0.580.1600.47
HSL196.15º41.05%37.25%-
HSV(B)196.15º58.21%52.55%-
XYZ11.8414.3724.7-
YUV98.35148.1297.79-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 18.48%
GREEN value IS 113 (44.53% from 255) = 37.29%
BLUE value IS 134 (52.73% from 255) = 44.22%
R=18.48%
G=37.29%
B=44.22%

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
Decimal561131340.580.1600.47196.1541.0537.25
Hex3871863A1002Fc42925
Octal7016120672200573045145
Binary11100011100011000011011101010000010111111000100101001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #387186

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #387186; }

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

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

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

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

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

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

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

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