#387087

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

Shades of Astral #387087

Tints of Astral #387087

Color information

#387087 (or 0x387087) is unknown color: approx Astral. HEX triplet: 38, 70 and 87. RGB value is (56,112,135). Sum of RGB (Red+Green+Blue) = 56+112+135=303 (40% of max value = 765). Red value is 56 (22.27% from 255 or 18.48% from 303); Green value is 112 (44.14% from 255 or 36.96% from 303); Blue value is 135 (53.12% from 255 or 44.55% from 303); Max value from RGB is 135 - color contains mainly: blue. Hex color #387087 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #387087 is #C78F78. Grayscale: #616161. Windows color (decimal): -13078393 or 8876088. OLE color: 8876088.

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

Color convert

RGB56112135-
CMYK0.590.1700.47
HSL197.47º41.36%37.45%-
HSV(B)197.47º58.52%52.94%-
XYZ11.814.1825.04-
YUV97.88148.9598.13-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 18.48%
GREEN value IS 112 (44.14% from 255) = 36.96%
BLUE value IS 135 (53.12% from 255) = 44.55%
R=18.48%
G=36.96%
B=44.55%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal561121350.590.1700.47197.4741.3637.45
Hex3870873B1102Fc52925
Octal7016020773210573055145
Binary11100011100001000011111101110001010111111000101101001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #387087

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #387087; }

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

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

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

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

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

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

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

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